aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-02-24 08:54:37 +0000
committerChristian Grothoff <christian@grothoff.org>2011-02-24 08:54:37 +0000
commit49e56b7f225148834d8160cc88d5586a2974b2ee (patch)
tree16faf37363cc8cfe6b16801daa16c7c07cff44d1 /src/peerinfo
parent7f7e72c3793fd11493747599c1f02e7b8baf769c (diff)
downloadgnunet-49e56b7f225148834d8160cc88d5586a2974b2ee.tar.gz
gnunet-49e56b7f225148834d8160cc88d5586a2974b2ee.zip
fix
Diffstat (limited to 'src/peerinfo')
-rwxr-xr-xsrc/peerinfo/perf_peerinfo_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerinfo/perf_peerinfo_api.c b/src/peerinfo/perf_peerinfo_api.c
index 780333515..dbeb42251 100755
--- a/src/peerinfo/perf_peerinfo_api.c
+++ b/src/peerinfo/perf_peerinfo_api.c
@@ -187,7 +187,7 @@ check ()
187 "Received %u/%u calls before timeout\n", 187 "Received %u/%u calls before timeout\n",
188 numpeers, 188 numpeers,
189 NUM_REQUESTS * NUM_REQUESTS / 2); 189 NUM_REQUESTS * NUM_REQUESTS / 2);
190 GAUGER ("Peerinfo lookups_peers", numpeers / 30, "s"); 190 GAUGER ("Peerinfo lookups", numpeers / 30, "peers/s");
191#if START_SERVICE 191#if START_SERVICE
192 if (0 != GNUNET_OS_process_kill (proc, SIGTERM)) 192 if (0 != GNUNET_OS_process_kill (proc, SIGTERM))
193 { 193 {