-ensure stats queues do not grow too big
[oweals/gnunet.git] / src / transport / transport_api_monitor_peers.c
index 1094610909a9188cbae85af64c203dcf8e170b0d..5d19ad6d7a515e94e7bbea9f27a2af55120f7c8a 100644 (file)
@@ -204,11 +204,9 @@ send_peer_mon_request (struct GNUNET_TRANSPORT_PeerMonitoringContext *pal_ctx)
  * Task run to re-establish the connection.
  *
  * @param cls our `struct GNUNET_TRANSPORT_PeerMonitoringContext *`
- * @param tc scheduler context, unused
  */
 static void
-do_peer_connect (void *cls,
-                 const struct GNUNET_SCHEDULER_TaskContext *tc)
+do_peer_connect (void *cls)
 {
   struct GNUNET_TRANSPORT_PeerMonitoringContext *pal_ctx = cls;