aboutsummaryrefslogtreecommitdiff
path: root/src/nse
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-24 11:55:46 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-24 11:55:46 +0000
commit1e4e6399c3d3ccb33fafb94958c04a4a75f47b13 (patch)
tree5226f16714805babf1de4a055b23f98da730b282 /src/nse
parent592da050cb3784689750679980778108fac71fb2 (diff)
downloadgnunet-1e4e6399c3d3ccb33fafb94958c04a4a75f47b13.tar.gz
gnunet-1e4e6399c3d3ccb33fafb94958c04a4a75f47b13.zip
static
Diffstat (limited to 'src/nse')
-rw-r--r--src/nse/nse-profiler.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nse/nse-profiler.c b/src/nse/nse-profiler.c
index bef9d0f54..5eeb13896 100644
--- a/src/nse/nse-profiler.c
+++ b/src/nse/nse-profiler.c
@@ -50,9 +50,9 @@ struct StatsContext
50 unsigned long long total_nse_bytes; 50 unsigned long long total_nse_bytes;
51}; 51};
52 52
53struct NSEPeer *peer_head; 53static struct NSEPeer *peer_head;
54 54
55struct NSEPeer *peer_tail; 55static struct NSEPeer *peer_tail;
56 56
57/** 57/**
58 * How long until we give up on connecting the peers? 58 * How long until we give up on connecting the peers?
@@ -74,7 +74,7 @@ static unsigned long long num_peers;
74/** 74/**
75 * Global configuration file 75 * Global configuration file
76 */ 76 */
77struct GNUNET_CONFIGURATION_Handle *testing_cfg; 77static struct GNUNET_CONFIGURATION_Handle *testing_cfg;
78 78
79/** 79/**
80 * Total number of currently running peers. 80 * Total number of currently running peers.