mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Add bw_file_headers to networkstatus_t
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user