From af044a3c692d8e2e9abb65fb5c3506f502176228 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Tue, 26 Aug 2014 13:30:12 +0000 Subject: Wait for Bandwidth statistics to be collected. --- src/dht/gnunet_dht_profiler.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/dht/gnunet_dht_profiler.c b/src/dht/gnunet_dht_profiler.c index 2e1447d35..7edc630d5 100644 --- a/src/dht/gnunet_dht_profiler.c +++ b/src/dht/gnunet_dht_profiler.c @@ -435,7 +435,7 @@ bandwidth_stats_cont (void *cls, { INFO ("# Outgoing bandwidth: %u\n", outgoing_bandwidth); INFO ("# Incoming bandwidth: %u\n", incoming_bandwidth); - GNUNET_SCHEDULER_shutdown (); + GNUNET_SCHEDULER_shutdown (); } @@ -823,7 +823,6 @@ dht_disconnect (void *cls, void *op_result) return; break; } - GNUNET_SCHEDULER_shutdown (); } -- cgit v1.2.3