From: Nathan S. Evans Date: Sun, 9 May 2010 15:56:34 +0000 (+0000) Subject: change to testing api X-Git-Tag: initial-import-from-subversion-38251~21809 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3375db1d8629eece440be696537179d812f2c3d7;p=oweals%2Fgnunet.git change to testing api --- diff --git a/src/topology/test_gnunet_daemon_topology.c b/src/topology/test_gnunet_daemon_topology.c index b181e7b2c..b86ee952f 100644 --- a/src/topology/test_gnunet_daemon_topology.c +++ b/src/topology/test_gnunet_daemon_topology.c @@ -137,6 +137,7 @@ run (void *cls, peers_left = NUM_PEERS; pg = GNUNET_TESTING_daemons_start (sched, cfg, peers_left, + NULL, NULL, &my_cb, NULL, NULL, NULL, NULL); GNUNET_assert (pg != NULL); }