removed GNUNET_TESTBED_operation_cancel
[oweals/gnunet.git] / src / testbed / test_testbed_api_topology.c
index 8e673d29378d5e158c25e558bc533643b47de096..af3890ea569910e589fe80f29154a997d40807ab 100644 (file)
@@ -136,7 +136,7 @@ test_master (void *cls, unsigned int num_peers,
   overlay_connects = 0;
   op = GNUNET_TESTBED_overlay_configure_topology (NULL, NUM_PEERS, peers,
                                                  GNUNET_TESTBED_TOPOLOGY_ERDOS_RENYI,
-                                                  NUM_PEERS);
+                                                  NUM_PEERS, GNUNET_TESTBED_TOPOLOGY_OPTION_END);
   GNUNET_assert (NULL != op);
   shutdown_task = GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_relative_multiply
                                                 (GNUNET_TIME_UNIT_SECONDS, 120),