From: Nathan S. Evans Date: Sun, 9 May 2010 15:56:55 +0000 (+0000) Subject: change to testing api X-Git-Tag: initial-import-from-subversion-38251~21808 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1d35f00b6c32b6624c6a1c08dfe3293494f7e3b0;p=oweals%2Fgnunet.git change to testing api --- diff --git a/src/migration/test_gnunet_daemon_migration.c b/src/migration/test_gnunet_daemon_migration.c index a3f699935..3f7ffeda8 100644 --- a/src/migration/test_gnunet_daemon_migration.c +++ b/src/migration/test_gnunet_daemon_migration.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); }