Added SilcStack suppor to SILC Scheduler API.
[silc.git] / lib / silcutil / tests / test_silcschedule.c
index 204f632fede304c8f21b84d09621f418399ff2fc..0b87ca443e76ab259aefc64c1c1a69b249bd57a1 100644 (file)
@@ -98,7 +98,7 @@ int main(int argc, char **argv)
   }
 
   SILC_LOG_DEBUG(("Allocating scheduler"));
-  schedule = silc_schedule_init(NUM_FTASK, NULL);
+  schedule = silc_schedule_init(NUM_FTASK, NULL, NULL);
   if (!schedule)
     goto err;
   silc_schedule_set_notify(schedule, notify_cb, NULL);