aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_multipeer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/test_dht_multipeer.c')
-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