ソースを参照

Add bw_file_headers to networkstatus_t

juga0 5 年 前
コミット
106eb08d27
1 ファイル変更3 行追加0 行削除
  1. 3 0
      src/feature/nodelist/networkstatus_st.h

+ 3 - 0
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