aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-22 20:56:05 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-22 20:56:05 +0000
commit8215a566377fffdf1737306f6e0664ae1a27bf01 (patch)
tree730ccfb605d23a228eac2aba537280601bbb7044 /src/fs
parent3e352825a3526d2614a4865ee808cc0e1b66927c (diff)
downloadgnunet-8215a566377fffdf1737306f6e0664ae1a27bf01.tar.gz
gnunet-8215a566377fffdf1737306f6e0664ae1a27bf01.zip
use same name everywhere
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/gnunet-service-fs_cp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/gnunet-service-fs_cp.c b/src/fs/gnunet-service-fs_cp.c
index 1e535d089..b9302e645 100644
--- a/src/fs/gnunet-service-fs_cp.c
+++ b/src/fs/gnunet-service-fs_cp.c
@@ -616,7 +616,7 @@ GSF_peer_connect_handler_ (const struct GNUNET_PeerIdentity *peer,
616 GNUNET_CONTAINER_MULTIHASHMAPOPTION_UNIQUE_ONLY)); 616 GNUNET_CONTAINER_MULTIHASHMAPOPTION_UNIQUE_ONLY));
617 GNUNET_STATISTICS_set (GSF_stats, 617 GNUNET_STATISTICS_set (GSF_stats,
618 gettext_noop 618 gettext_noop
619 ("# connected peers"), 619 ("# peers connected"),
620 GNUNET_CONTAINER_multihashmap_size (cp_map), 620 GNUNET_CONTAINER_multihashmap_size (cp_map),
621 GNUNET_NO); 621 GNUNET_NO);
622 update_atsi (cp, atsi); 622 update_atsi (cp, atsi);
@@ -1548,7 +1548,7 @@ GSF_peer_disconnect_handler_ (void *cls, const struct GNUNET_PeerIdentity *peer)
1548 &peer->hashPubKey, cp)); 1548 &peer->hashPubKey, cp));
1549 GNUNET_STATISTICS_set (GSF_stats, 1549 GNUNET_STATISTICS_set (GSF_stats,
1550 gettext_noop 1550 gettext_noop
1551 ("# connected peers"), 1551 ("# peers connected"),
1552 GNUNET_CONTAINER_multihashmap_size (cp_map), 1552 GNUNET_CONTAINER_multihashmap_size (cp_map),
1553 GNUNET_NO); 1553 GNUNET_NO);
1554 if (NULL != cp->migration_pth) 1554 if (NULL != cp->migration_pth)