diff options
author | juga0 <juga@riseup.net> | 2018-06-29 13:43:38 +0000 |
---|---|---|
committer | juga0 <juga@riseup.net> | 2018-07-16 14:43:49 +0000 |
commit | 106eb08d276144972a573b0480c0189eabc8fafc (patch) | |
tree | 05ee6c4969159717861a062ccdce1ca2589ceee6 | |
parent | f0a4a5f726cf1939461cbf9a4b73060770bbc3e7 (diff) | |
download | tor-106eb08d276144972a573b0480c0189eabc8fafc.tar.gz tor-106eb08d276144972a573b0480c0189eabc8fafc.zip |
Add bw_file_headers to networkstatus_t
-rw-r--r-- | src/feature/nodelist/networkstatus_st.h | 3 |
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 |