commit 316453065dfae10dde5afce15feafbdc5c8562a9
parent 34402ece8c7483ba0a206af35c1bae3d79e9b63c
Author: Nick Mathewson <nickm@torproject.org>
Date: Thu, 27 Sep 2018 11:59:39 -0400
Mark a variable static.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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;