Procházet zdrojové kódy

Add bw_file_headers to networkstatus_t

juga0 před 5 roky
rodič
revize
106eb08d27
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  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