aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-testbed-profiler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/gnunet-testbed-profiler.c')
-rw-r--r--src/testbed/gnunet-testbed-profiler.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/testbed/gnunet-testbed-profiler.c b/src/testbed/gnunet-testbed-profiler.c
index f0394bc09..086a9ef56 100644
--- a/src/testbed/gnunet-testbed-profiler.c
+++ b/src/testbed/gnunet-testbed-profiler.c
@@ -706,10 +706,12 @@ status_cb (void *cls, const struct GNUNET_CONFIGURATION_Handle *config, int stat
706 * GNUNET_TESTBED_is_host_habitable() is invalid after this callback is called 706 * GNUNET_TESTBED_is_host_habitable() is invalid after this callback is called
707 * 707 *
708 * @param cls NULL 708 * @param cls NULL
709 * @param host the host whose status is being reported; will be NULL if the host
710 * given to GNUNET_TESTBED_is_host_habitable() is NULL
709 * @param status GNUNET_YES if it is habitable; GNUNET_NO if not 711 * @param status GNUNET_YES if it is habitable; GNUNET_NO if not
710 */ 712 */
711static void 713static void
712host_habitable_cb (void *cls, int status) 714host_habitable_cb (void *cls, const struct GNUNET_TESTBED_Host *host, int status)
713{ 715{
714 struct GNUNET_TESTBED_HostHabitableCheckHandle **hc_handle = cls; 716 struct GNUNET_TESTBED_HostHabitableCheckHandle **hc_handle = cls;
715 static unsigned int hosts_checked; 717 static unsigned int hosts_checked;