tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 106eb08d276144972a573b0480c0189eabc8fafc
parent f0a4a5f726cf1939461cbf9a4b73060770bbc3e7
Author: juga0 <juga@riseup.net>
Date:   Fri, 29 Jun 2018 13:43:38 +0000

Add bw_file_headers to networkstatus_t

Diffstat:
Msrc/feature/nodelist/networkstatus_st.h | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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