report stats on the number of dht request observers that are currently allocated

This commit is contained in:
Arvid Norberg
2010-11-06 07:12:57 +00:00
parent d3a8916f02
commit 1c7e5506e9
9 changed files with 47 additions and 16 deletions

View File

@@ -3566,6 +3566,7 @@ namespace aux {
s.dht_node_cache = 0;
s.dht_torrents = 0;
s.dht_global_nodes = 0;
s.dht_total_allocations = 0;
}
#endif