small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContext to...
[oweals/gnunet.git] / src / testbed / gnunet-daemon-latency-logger.c
index 84d8e223ad1b95e848d7111df7a38ca86088d996..9652721a100557989408e24545001714a0ff6c6e 100644 (file)
@@ -131,11 +131,10 @@ free_iterator (void *cls,
  * Shutdown
  *
  * @param cls NULL
- * @param tc task context from scheduler
  * @return
  */
 static void
-do_shutdown (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
+do_shutdown (void *cls)
 {
   shutdown_task = NULL;
   GNUNET_ATS_performance_done (ats);