gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r16161 - gnunet/src/nse


From: gnunet
Subject: [GNUnet-SVN] r16161 - gnunet/src/nse
Date: Sun, 24 Jul 2011 13:55:46 +0200

Author: grothoff
Date: 2011-07-24 13:55:46 +0200 (Sun, 24 Jul 2011)
New Revision: 16161

Modified:
   gnunet/src/nse/nse-profiler.c
Log:
static

Modified: gnunet/src/nse/nse-profiler.c
===================================================================
--- gnunet/src/nse/nse-profiler.c       2011-07-24 11:53:40 UTC (rev 16160)
+++ gnunet/src/nse/nse-profiler.c       2011-07-24 11:55:46 UTC (rev 16161)
@@ -50,9 +50,9 @@
   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 @@
 /**
  * Global configuration file
  */
-struct GNUNET_CONFIGURATION_Handle *testing_cfg;
+static struct GNUNET_CONFIGURATION_Handle *testing_cfg;
 
 /**
  * Total number of currently running peers.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]