Procházet zdrojové kódy

Let channel unit tests mess with global queue estimate

Andrea Shepard před 12 roky
rodič
revize
ae3ed185e4
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/or/channel.c

+ 1 - 1
src/or/channel.c

@@ -109,7 +109,7 @@ static uint64_t n_channel_bytes_in_queues = 0;
  * transmit overhead*
  */
 
-static uint64_t estimated_total_queue_size = 0;
+STATIC uint64_t estimated_total_queue_size = 0;
 
 /* Digest->channel map
  *