summaryrefslogtreecommitdiff
path: root/src/testbed/test_testbed_api_hosts.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-07-17 19:09:02 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-07-17 19:09:02 +0000
commit89daff335a418fb67ce8ea4d3e1e128e96d19877 (patch)
tree3438c43bd31ef7ffa7827552f56bee52cba80d45 /src/testbed/test_testbed_api_hosts.c
parent9761f2065f0ed797d0133388b94ee8e169ab6013 (diff)
downloadgnunet-89daff335a418fb67ce8ea4d3e1e128e96d19877.tar.gz
gnunet-89daff335a418fb67ce8ea4d3e1e128e96d19877.zip
helper exception callback lesser parameters
Diffstat (limited to 'src/testbed/test_testbed_api_hosts.c')
-rw-r--r--src/testbed/test_testbed_api_hosts.c5
1 files changed, 1 insertions, 4 deletions
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)
72 * when the helper process is stoped using GNUNET_HELPER_stop() 72 * when the helper process is stoped using GNUNET_HELPER_stop()
73 * 73 *
74 * @param cls the closure from GNUNET_HELPER_start() 74 * @param cls the closure from GNUNET_HELPER_start()
75 * @param h the handle representing the helper process. This handle is invalid
76 * in this callback. It is only presented for reference. No operations
77 * can be performed using it.
78 */ 75 */
79static void 76static void
80exp_cb (void *cls, const struct GNUNET_HELPER_Handle *h) 77exp_cb (void *cls)
81{ 78{
82 status = GNUNET_SYSERR; 79 status = GNUNET_SYSERR;
83 GNUNET_SCHEDULER_cancel (shutdown_id); 80 GNUNET_SCHEDULER_cancel (shutdown_id);