gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r9850 - GNUnet/src/applications/dv/module


From: gnunet
Subject: [GNUnet-SVN] r9850 - GNUnet/src/applications/dv/module
Date: Mon, 21 Dec 2009 15:26:31 +0100

Author: grothoff
Date: 2009-12-21 15:26:31 +0100 (Mon, 21 Dec 2009)
New Revision: 9850

Modified:
   GNUnet/src/applications/dv/module/dv.c
Log:
fixing for visualize-stats

Modified: GNUnet/src/applications/dv/module/dv.c
===================================================================
--- GNUnet/src/applications/dv/module/dv.c      2009-12-21 14:04:07 UTC (rev 
9849)
+++ GNUnet/src/applications/dv/module/dv.c      2009-12-21 14:26:31 UTC (rev 
9850)
@@ -1286,7 +1286,7 @@
       stat_dv_sent_gossips =
         stats->create (gettext_noop ("# dv gossips sent"));
       stat_dv_unknown_peer =
-        stats->create (gettext_noop ("# dv messages to/from unknown peers"));
+        stats->create (gettext_noop ("# dv messages of unknown peers"));
     }
 
   ctx = GNUNET_malloc (sizeof (struct GNUNET_DV_Context));
@@ -1405,7 +1405,7 @@
   coreAPI->peer_disconnect_notification_unregister (&peer_connect_handler,
                                                     NULL);
   GNUNET_cron_del_job (coreAPI->cron, &maintain_dv_job,
-                       GNUNET_DV_MAINTAIN_FREQUENCY, NULL);
+                       GNUNET_DV_MAINTAIN_FREQUENCY, NULL);  
   GNUNET_multi_hash_map_destroy (ctx->direct_neighbors);
   GNUNET_multi_hash_map_destroy (ctx->extended_neighbors);
   GNUNET_CONTAINER_heap_destroy (ctx->neighbor_max_heap);





reply via email to

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