X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Ftestbed%2Ftest_testbed_api_peers_manage_services.c;h=63c089e1995db054603483afbeb2715e1dba549f;hb=db9c68c76d7a9eb3f200df9d0fcaf971387cb061;hp=29eed3d12bae4d522e72d74365b221f5acd3f864;hpb=2ca4b8a208f6f910c819bbaa6785a25ae2955501;p=oweals%2Fgnunet.git diff --git a/src/testbed/test_testbed_api_peers_manage_services.c b/src/testbed/test_testbed_api_peers_manage_services.c index 29eed3d12..63c089e19 100644 --- a/src/testbed/test_testbed_api_peers_manage_services.c +++ b/src/testbed/test_testbed_api_peers_manage_services.c @@ -22,11 +22,11 @@ * @file testbed/test_testbed_api_peers_manage_services.c * @brief testcase for testing GNUNET_TESTBED_peer_manage_service() * implementation - * @author Sree Harsha Totakura + * @author Sree Harsha Totakura */ #include "platform.h" -#include "gnunet_common.h" +#include "gnunet_util_lib.h" #include "gnunet_testbed_service.h" /** @@ -68,7 +68,7 @@ enum { * Peers have been started */ STATE_PEERS_STARTED, - + /** * statistics service went down */ @@ -111,7 +111,7 @@ do_abort (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Aborting\n"); abort_task = GNUNET_SCHEDULER_NO_TASK; if (NULL != op) - { + { GNUNET_TESTBED_operation_done (op); op = NULL; } @@ -146,6 +146,7 @@ op_comp_cb (void *cls, op_comp_cb, dummy_cls, 0); + GNUNET_assert (NULL != op); break; case STATE_SERVICE_DOWN: state = STATE_SERVICE_UP;