summaryrefslogtreecommitdiff
path: root/src/feature/nodelist/networkstatus_st.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/feature/nodelist/networkstatus_st.h')
-rw-r--r--src/feature/nodelist/networkstatus_st.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/feature/nodelist/networkstatus_st.h b/src/feature/nodelist/networkstatus_st.h
index 6160f12361..6e84c170d6 100644
--- a/src/feature/nodelist/networkstatus_st.h
+++ b/src/feature/nodelist/networkstatus_st.h
@@ -99,6 +99,9 @@ struct networkstatus_t {
/** List of key=value strings from the headers of the bandwidth list file */
smartlist_t *bw_file_headers;
+
+ /** A SHA256 digest of the bandwidth file used in a vote. */
+ uint8_t bw_file_digest256[DIGEST256_LEN];
};
-#endif
+#endif /* !defined(NETWORKSTATUS_ST_H) */