aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-04 11:53:32 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-04 11:53:32 +0000
commit6f1ee686b5e97dd9ae5acc091870bc3bfcaa6ab1 (patch)
treea21afb4cbd1933b0cf19228ad501b6b002026ee1 /src/dht
parent729ac5d2ee9d48fe52221295a85203923f6ca585 (diff)
downloadgnunet-6f1ee686b5e97dd9ae5acc091870bc3bfcaa6ab1.tar.gz
gnunet-6f1ee686b5e97dd9ae5acc091870bc3bfcaa6ab1.zip
print stat
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/test_dht_multipeer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dht/test_dht_multipeer.c b/src/dht/test_dht_multipeer.c
index eb70424a3..be9e860be 100644
--- a/src/dht/test_dht_multipeer.c
+++ b/src/dht/test_dht_multipeer.c
@@ -267,6 +267,7 @@ static struct StatValues stats[] = {
267 {"dht", "# P2P GET requests received"}, 267 {"dht", "# P2P GET requests received"},
268 {"dht", "# RESULT messages queued for transmission"}, 268 {"dht", "# RESULT messages queued for transmission"},
269 {"dht", "# P2P RESULTS received"}, 269 {"dht", "# P2P RESULTS received"},
270 {"dht", "# Queued messages discarded (peer disconnected)"},
270 {NULL, NULL} 271 {NULL, NULL}
271}; 272};
272 273