diff options
author | Andrea Shepard <andrea@torproject.org> | 2014-01-21 22:30:02 -0800 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2014-09-30 23:14:01 -0700 |
commit | ae3ed185e495499516173d6c5dd51ea49a0aa9c1 (patch) | |
tree | 5090a37d02da583d9c74d15f73145f89eec2d6f2 /src/or/channel.c | |
parent | 3b78667d65848d0fbbe73a57874312ddd7f88140 (diff) | |
download | tor-ae3ed185e495499516173d6c5dd51ea49a0aa9c1.tar.gz tor-ae3ed185e495499516173d6c5dd51ea49a0aa9c1.zip |
Let channel unit tests mess with global queue estimate
Diffstat (limited to 'src/or/channel.c')
-rw-r--r-- | src/or/channel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/channel.c b/src/or/channel.c index 76ade4fbdd..18c236fe66 100644 --- a/src/or/channel.c +++ b/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 * |