-ensure stats queues do not grow too big
[oweals/gnunet.git] / src / testing / test_testing_sharedservices.c
index 7d1a3905de985bfde6a09b65796c69f0c2b0c304..ee1ac853056b58485031aa7e82333ece3ecb1655 100644 (file)
@@ -64,10 +64,9 @@ struct TestingContext
  * Task for shutdown
  *
  * @param cls the testing context
- * @param tc the tast context
  */
 static void
-do_shutdown (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
+do_shutdown (void *cls)
 {
   struct TestingContext *test_ctx = cls;
   struct GNUNET_TESTING_Peer *peer;