aboutsummaryrefslogtreecommitdiff
path: root/src/feature
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-09-27 11:59:39 -0400
committerNick Mathewson <nickm@torproject.org>2018-09-27 11:59:39 -0400
commit316453065dfae10dde5afce15feafbdc5c8562a9 (patch)
tree262c8cdb235857a45cb6eec5d5a8d2ed7f9a5372 /src/feature
parent34402ece8c7483ba0a206af35c1bae3d79e9b63c (diff)
downloadtor-316453065dfae10dde5afce15feafbdc5c8562a9.tar.gz
tor-316453065dfae10dde5afce15feafbdc5c8562a9.zip
Mark a variable static.
Diffstat (limited to 'src/feature')
-rw-r--r--src/feature/stats/geoip_stats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/stats/geoip_stats.c b/src/feature/stats/geoip_stats.c
index d1a5dd79ba..3e647bd46c 100644
--- a/src/feature/stats/geoip_stats.c
+++ b/src/feature/stats/geoip_stats.c
@@ -43,7 +43,7 @@
#include "lib/time/tvdiff.h"
/** Number of entries in n_v3_ns_requests */
-size_t n_v3_ns_requests_len = 0;
+static size_t n_v3_ns_requests_len = 0;
/** Array, indexed by country index, of number of v3 networkstatus requests
* received from that country */
static uint32_t *n_v3_ns_requests;