X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Ftesting%2Ftest_testing_servicestartup.c;h=adb7181c18cb0cf661baf801b096c1566a7bd0e5;hb=6973ade884b8e22e7fcaa51a90d00a8caa2d2fa4;hp=236e8478978c67fd58185196ac0508ae9c41dd27;hpb=823825f3995c0850c4bc748fa267c0a74d35dbb3;p=oweals%2Fgnunet.git diff --git a/src/testing/test_testing_servicestartup.c b/src/testing/test_testing_servicestartup.c index 236e84789..adb7181c1 100644 --- a/src/testing/test_testing_servicestartup.c +++ b/src/testing/test_testing_servicestartup.c @@ -25,7 +25,7 @@ */ #include "platform.h" #include "gnunet_scheduler_lib.h" -#include "gnunet_testing_lib-new.h" +#include "gnunet_testing_lib.h" #define LOG(kind,...) \ @@ -45,7 +45,8 @@ static int test_success; * @param cfg the configuration with which the current testing service is run */ static void -test_run (void *cls, const struct GNUNET_CONFIGURATION_Handle *cfg) +test_run (void *cls, const struct GNUNET_CONFIGURATION_Handle *cfg, + struct GNUNET_TESTING_Peer *peer) { GNUNET_assert (NULL == cls); GNUNET_assert (NULL != cfg);