summaryrefslogtreecommitdiff
path: root/src/topology/test_gnunet_daemon_topology.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/topology/test_gnunet_daemon_topology.c')
-rw-r--r--src/topology/test_gnunet_daemon_topology.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/topology/test_gnunet_daemon_topology.c b/src/topology/test_gnunet_daemon_topology.c
index 99734ca8f..1a6b14773 100644
--- a/src/topology/test_gnunet_daemon_topology.c
+++ b/src/topology/test_gnunet_daemon_topology.c
@@ -64,7 +64,9 @@ notify_connect_complete (void *cls,
64static void 64static void
65do_connect (void *cls, 65do_connect (void *cls,
66 unsigned int num_peers, 66 unsigned int num_peers,
67 struct GNUNET_TESTBED_Peer **peers) 67 struct GNUNET_TESTBED_Peer **peers,
68 unsigned int links_succeeded,
69 unsigned int links_failed)
68{ 70{
69 unsigned int i; 71 unsigned int i;
70 72