Browse Source

Let channel unit tests mess with global queue estimate

Andrea Shepard 10 years ago
parent
commit
ae3ed185e4
1 changed files with 1 additions and 1 deletions
  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
  *