plugin datastore mysql
[oweals/gnunet.git] / src / testbed / testbed_api_hosts.c
index 7c8580319571b06ee5303b3e0ff57ecc06d934f2..d371108ec9aa5ac4480bd3ffeffaa06225b62229 100644 (file)
@@ -1259,10 +1259,9 @@ struct GNUNET_TESTBED_HostHabitableCheckHandle
  * Task for checking whether a host is habitable or not
  *
  * @param cls GNUNET_TESTBED_HostHabitableCheckHandle
- * @param tc the scheduler task context
  */
 static void
-habitability_check (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
+habitability_check (void *cls)
 {
   struct GNUNET_TESTBED_HostHabitableCheckHandle *h = cls;
   void *cb_cls;