-only trigger check config if we actually need it
[oweals/gnunet.git] / src / fragmentation / defragmentation.c
index 5fcf1c4417f1307b18b071d347d6661d5fbf1785..5433ffb5a2b06b85369b2cac1da5f4ab8eed698d 100644 (file)
@@ -258,11 +258,9 @@ GNUNET_DEFRAGMENT_context_destroy (struct GNUNET_DEFRAGMENT_Context *dc)
  * Send acknowledgement to the other peer now.
  *
  * @param cls the message context
- * @param tc the scheduler context
  */
 static void
-send_ack (void *cls,
-          const struct GNUNET_SCHEDULER_TaskContext *tc)
+send_ack (void *cls)
 {
   struct MessageContext *mc = cls;
   struct GNUNET_DEFRAGMENT_Context *dc = mc->dc;