summaryrefslogtreecommitdiff
path: root/src/testbed/test_testbed_api_controllerlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/test_testbed_api_controllerlink.c')
-rw-r--r--src/testbed/test_testbed_api_controllerlink.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/testbed/test_testbed_api_controllerlink.c b/src/testbed/test_testbed_api_controllerlink.c
index 3867df27b..cea04cb63 100644
--- a/src/testbed/test_testbed_api_controllerlink.c
+++ b/src/testbed/test_testbed_api_controllerlink.c
@@ -644,10 +644,12 @@ status_cb (void *cls, const struct GNUNET_CONFIGURATION_Handle *config,
644 * GNUNET_TESTBED_is_host_habitable() is invalid after this callback is called 644 * GNUNET_TESTBED_is_host_habitable() is invalid after this callback is called
645 * 645 *
646 * @param cls NULL 646 * @param cls NULL
647 * @param host the host whose status is being reported; will be NULL if the host
648 * given to GNUNET_TESTBED_is_host_habitable() is NULL
647 * @param status GNUNET_YES if it is habitable; GNUNET_NO if not 649 * @param status GNUNET_YES if it is habitable; GNUNET_NO if not
648 */ 650 */
649static void 651static void
650host_habitable_cb (void *cls, int status) 652host_habitable_cb (void *cls, const struct GNUNET_TESTBED_Host *_host, int status)
651{ 653{
652 hc_handle = NULL; 654 hc_handle = NULL;
653 cp = GNUNET_TESTBED_controller_start ("127.0.0.1", host, cfg, status_cb, 655 cp = GNUNET_TESTBED_controller_start ("127.0.0.1", host, cfg, status_cb,