Skip to content
Snippets Groups Projects
Commit 31645306 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Mark a variable static.

parent 34402ece
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment