From 1d35f00b6c32b6624c6a1c08dfe3293494f7e3b0 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Sun, 9 May 2010 15:56:55 +0000 Subject: [PATCH] change to testing api --- src/migration/test_gnunet_daemon_migration.c | 1 + 1 file changed, 1 insertion(+) 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); } -- 2.25.1