From 28f8e239844323e564d63fc8a792cbcbed41ec68 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Tue, 5 Feb 2013 14:24:51 +0000 Subject: add completion callback for overlay topology configure functions --- src/gns/test_gns_dht_three_peers.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gns') diff --git a/src/gns/test_gns_dht_three_peers.c b/src/gns/test_gns_dht_three_peers.c index 5c4e54e13..49c94571f 100644 --- a/src/gns/test_gns_dht_three_peers.c +++ b/src/gns/test_gns_dht_three_peers.c @@ -296,7 +296,8 @@ static void connect_peers () GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "All peers started\n"); topology_op = - GNUNET_TESTBED_overlay_configure_topology (NULL, 3, cpeers, + GNUNET_TESTBED_overlay_configure_topology (NULL, 3, cpeers, NULL, + NULL, NULL, GNUNET_TESTBED_TOPOLOGY_RING, GNUNET_TESTBED_TOPOLOGY_OPTION_END); -- cgit v1.2.3