aboutsummaryrefslogtreecommitdiff
path: root/src/vpn
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-27 19:50:28 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-27 19:50:28 +0000
commitced6bf19685b9c9af19da50a021ca8ff169e7c77 (patch)
treebf0b6e89047ff49ab607c3d94d802f399ebf70f2 /src/vpn
parentf472d7ba8cddab2559d1de2a68e8fbc4e26649da (diff)
downloadgnunet-ced6bf19685b9c9af19da50a021ca8ff169e7c77.tar.gz
gnunet-ced6bf19685b9c9af19da50a021ca8ff169e7c77.zip
-more uniform naming of statisitcs
Diffstat (limited to 'src/vpn')
-rw-r--r--src/vpn/gnunet-service-vpn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vpn/gnunet-service-vpn.c b/src/vpn/gnunet-service-vpn.c
index 324671b0c..b7756a35a 100644
--- a/src/vpn/gnunet-service-vpn.c
+++ b/src/vpn/gnunet-service-vpn.c
@@ -605,7 +605,7 @@ tunnel_peer_disconnect_handler (void *cls,
605 "Peer %s disconnected from tunnel.\n", 605 "Peer %s disconnected from tunnel.\n",
606 GNUNET_i2s (peer)); 606 GNUNET_i2s (peer));
607 GNUNET_STATISTICS_update (stats, 607 GNUNET_STATISTICS_update (stats,
608 gettext_noop ("# Peers connected to mesh tunnels"), 608 gettext_noop ("# peers connected to mesh tunnels"),
609 -1, GNUNET_NO); 609 -1, GNUNET_NO);
610 if (NULL != ts->th) 610 if (NULL != ts->th)
611 { 611 {
@@ -642,7 +642,7 @@ tunnel_peer_connect_handler (void *cls,
642 "Peer %s connected to tunnel.\n", 642 "Peer %s connected to tunnel.\n",
643 GNUNET_i2s (peer)); 643 GNUNET_i2s (peer));
644 GNUNET_STATISTICS_update (stats, 644 GNUNET_STATISTICS_update (stats,
645 gettext_noop ("# Peers connected to mesh tunnels"), 645 gettext_noop ("# peers connected to mesh tunnels"),
646 1, GNUNET_NO); 646 1, GNUNET_NO);
647 if (NULL == ts->client) 647 if (NULL == ts->client)
648 return; /* nothing to do */ 648 return; /* nothing to do */