Added SILC Thread Queue API
[silc.git] / lib / silcutil / tests / test_silcasync.c
index ca68c7d01f6703a272f1742f68f264e9762d19d1..92ff6669157fbb2cd22aa91fec59c3c5f6751d41 100644 (file)
@@ -122,11 +122,11 @@ int main(int argc, char **argv)
   if (argc > 1 && !strcmp(argv[1], "-d")) {
     silc_log_debug(TRUE);
     silc_log_debug_hexdump(TRUE);
-    silc_log_set_debug_string("*async*");
+    silc_log_set_debug_string("*async*,*errno*");
   }
 
   SILC_LOG_DEBUG(("Allocating scheduler"));
-  schedule = silc_schedule_init(0, NULL);
+  schedule = silc_schedule_init(0, NULL, NULL);
 
   f = silc_calloc(1, sizeof(*f));
   if (!f)