From: Nathan S. Evans Date: Tue, 9 Feb 2010 16:51:42 +0000 (+0000) Subject: changes related to my api changes X-Git-Tag: initial-import-from-subversion-38251~22756 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f3a4004033befa50d3a7b1b1fc4874e975e77ad7;p=oweals%2Fgnunet.git changes related to my api changes --- 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); }