summaryrefslogtreecommitdiff
path: root/src/feature
diff options
context:
space:
mode:
authorjuga0 <juga@riseup.net>2018-06-29 13:43:38 +0000
committerjuga0 <juga@riseup.net>2018-07-16 14:43:49 +0000
commit106eb08d276144972a573b0480c0189eabc8fafc (patch)
tree05ee6c4969159717861a062ccdce1ca2589ceee6 /src/feature
parentf0a4a5f726cf1939461cbf9a4b73060770bbc3e7 (diff)
downloadtor-106eb08d276144972a573b0480c0189eabc8fafc.tar.gz
tor-106eb08d276144972a573b0480c0189eabc8fafc.zip
Add bw_file_headers to networkstatus_t
Diffstat (limited to 'src/feature')
-rw-r--r--src/feature/nodelist/networkstatus_st.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/feature/nodelist/networkstatus_st.h b/src/feature/nodelist/networkstatus_st.h
index 46b0f53c0b..2bb0e3ae35 100644
--- a/src/feature/nodelist/networkstatus_st.h
+++ b/src/feature/nodelist/networkstatus_st.h
@@ -96,6 +96,9 @@ struct networkstatus_t {
/** Contains the shared random protocol data from a vote or consensus. */
networkstatus_sr_info_t sr_info;
+
+ /** List of key=value strings from the headers of the bandwidth list file */
+ smartlist_t *bw_file_headers;
};
#endif