new operation queue for limiting overlay connects
[oweals/gnunet.git] / src / transport / transport-testing.c
index 660b9c6b447baf25ce97a737ae92d75f2f81d2e6..f1c06ebc018b068f8aa866a3318c30f0d67fe3a5 100644 (file)
@@ -584,7 +584,7 @@ GNUNET_TRANSPORT_TESTING_init ()
   tth = GNUNET_malloc (sizeof (struct GNUNET_TRANSPORT_TESTING_handle));
 
   /* Init testing the testing lib */
-  tth->tl_system = GNUNET_TESTING_system_create ("transport-testing", NULL);
+  tth->tl_system = GNUNET_TESTING_system_create ("transport-testing", NULL, NULL);
   if (NULL == tth->tl_system)
   {
     GNUNET_log (GNUNET_ERROR_TYPE_ERROR, _("Failed to initialize testing library!\n"));