From f3a4004033befa50d3a7b1b1fc4874e975e77ad7 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Tue, 9 Feb 2010 16:51:42 +0000 Subject: [PATCH] changes related to my api changes --- src/topology/test_gnunet_service_topology.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/topology/test_gnunet_service_topology.c b/src/topology/test_gnunet_service_topology.c index dfd53cf8a..b40830559 100644 --- a/src/topology/test_gnunet_service_topology.c +++ b/src/topology/test_gnunet_service_topology.c @@ -60,7 +60,13 @@ clean_up_task (void *cls, static void notify_connect_complete(void *cls, - const char *emsg) + const struct GNUNET_PeerIdentity *first, + const struct GNUNET_PeerIdentity *second, + const struct GNUNET_CONFIGURATION_Handle *first_cfg, + const struct GNUNET_CONFIGURATION_Handle *second_cfg, + struct GNUNET_TESTING_Daemon *first_daemon, + struct GNUNET_TESTING_Daemon *second_daemon, + const char *emsg) { if (NULL != emsg) { @@ -128,7 +134,7 @@ run (void *cls, peers_left = NUM_PEERS; pg = GNUNET_TESTING_daemons_start (sched, cfg, peers_left, - &my_cb, NULL, NULL); + &my_cb, NULL, NULL, NULL, NULL); GNUNET_assert (pg != NULL); } -- 2.25.1