mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 14:43:46 +01:00
Add bw_file_headers to networkstatus_t
This commit is contained in:
parent
f0a4a5f726
commit
106eb08d27
@ -96,6 +96,9 @@ struct networkstatus_t {
|
|||||||
|
|
||||||
/** Contains the shared random protocol data from a vote or consensus. */
|
/** Contains the shared random protocol data from a vote or consensus. */
|
||||||
networkstatus_sr_info_t sr_info;
|
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
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user