From 89daff335a418fb67ce8ea4d3e1e128e96d19877 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Tue, 17 Jul 2012 19:09:02 +0000 Subject: helper exception callback lesser parameters --- src/testbed/test_testbed_api_hosts.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/testbed/test_testbed_api_hosts.c') diff --git a/src/testbed/test_testbed_api_hosts.c b/src/testbed/test_testbed_api_hosts.c index add3a1e02..54e2461c7 100644 --- a/src/testbed/test_testbed_api_hosts.c +++ b/src/testbed/test_testbed_api_hosts.c @@ -72,12 +72,9 @@ do_shutdown (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) * when the helper process is stoped using GNUNET_HELPER_stop() * * @param cls the closure from GNUNET_HELPER_start() - * @param h the handle representing the helper process. This handle is invalid - * in this callback. It is only presented for reference. No operations - * can be performed using it. */ static void -exp_cb (void *cls, const struct GNUNET_HELPER_Handle *h) +exp_cb (void *cls) { status = GNUNET_SYSERR; GNUNET_SCHEDULER_cancel (shutdown_id); -- cgit v1.2.3