static
authorChristian Grothoff <christian@grothoff.org>
Sun, 24 Jul 2011 11:55:46 +0000 (11:55 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 24 Jul 2011 11:55:46 +0000 (11:55 +0000)
src/nse/nse-profiler.c

index bef9d0f54ab1104dbb949dcde7b24d1cecd32e0e..5eeb138964a1b204af0b5997ea4baef390dd0843 100644 (file)
@@ -50,9 +50,9 @@ struct StatsContext
   unsigned long long total_nse_bytes;
 };
 
-struct NSEPeer *peer_head;
+static struct NSEPeer *peer_head;
 
-struct NSEPeer *peer_tail;
+static struct NSEPeer *peer_tail;
 
 /**
  * How long until we give up on connecting the peers?
@@ -74,7 +74,7 @@ static unsigned long long num_peers;
 /**
  * Global configuration file
  */
-struct GNUNET_CONFIGURATION_Handle *testing_cfg;
+static struct GNUNET_CONFIGURATION_Handle *testing_cfg;
 
 /**
  * Total number of currently running peers.