Add bw_file_headers to networkstatus_t

This commit is contained in:
juga0 2018-06-29 13:43:38 +00:00
parent f0a4a5f726
commit 106eb08d27

View File

@ -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