-ensure stats queues do not grow too big
[oweals/gnunet.git] / src / fragmentation / fragmentation.c
index a702fd35d31066dbaf6990b2400b6e88b8dd4133..3a55502e71b03adfcde7e71778b48c1b8a8af73a 100644 (file)
@@ -167,11 +167,9 @@ GNUNET_FRAGMENT_print_ack (const struct GNUNET_MessageHeader *ack)
  * Transmit the next fragment to the other peer.
  *
  * @param cls the `struct GNUNET_FRAGMENT_Context`
- * @param tc scheduler context
  */
 static void
-transmit_next (void *cls,
-               const struct GNUNET_SCHEDULER_TaskContext *tc)
+transmit_next (void *cls)
 {
   struct GNUNET_FRAGMENT_Context *fc = cls;
   char msg[fc->mtu];