gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r10869 - gnunet/src/core


From: gnunet
Subject: [GNUnet-SVN] r10869 - gnunet/src/core
Date: Sat, 10 Apr 2010 13:17:02 +0200

Author: grothoff
Date: 2010-04-10 13:17:02 +0200 (Sat, 10 Apr 2010)
New Revision: 10869

Modified:
   gnunet/src/core/gnunet-service-core.c
Log:
fix

Modified: gnunet/src/core/gnunet-service-core.c
===================================================================
--- gnunet/src/core/gnunet-service-core.c       2010-04-10 11:08:26 UTC (rev 
10868)
+++ gnunet/src/core/gnunet-service-core.c       2010-04-10 11:17:02 UTC (rev 
10869)
@@ -1296,7 +1296,7 @@
   GNUNET_assert (neighbour_count > 0);
   neighbour_count--;
   GNUNET_STATISTICS_set (stats,
-                        gettext_noop ("# active neighbours"), 
+                        gettext_noop ("# neighbour entries allocated"), 
                         neighbour_count,
                         GNUNET_NO);
   free_neighbour (n);
@@ -2079,7 +2079,7 @@
   n->next = neighbours;
   neighbours = n;
   neighbour_count++;
-  GNUNET_STATISTICS_set (stats, gettext_noop ("# neighbours entries 
allocated"), neighbour_count, GNUNET_NO);
+  GNUNET_STATISTICS_set (stats, gettext_noop ("# neighbour entries 
allocated"), neighbour_count, GNUNET_NO);
   n->peer = *pid;
   GNUNET_CRYPTO_aes_create_session_key (&n->encrypt_key);
   now = GNUNET_TIME_absolute_get ();
@@ -3714,7 +3714,7 @@
       neighbour_count--;
       free_neighbour (n);
     }
-  GNUNET_STATISTICS_set (stats, gettext_noop ("# active neighbours"), 
neighbour_count, GNUNET_NO);
+  GNUNET_STATISTICS_set (stats, gettext_noop ("# neighbour entries 
allocated"), neighbour_count, GNUNET_NO);
   GNUNET_SERVER_notification_context_destroy (notifier);
   notifier = NULL;
   while (NULL != (c = clients))





reply via email to

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