--- libaitsched/example/test_time.c 2012/05/10 14:45:50 1.1.2.3 +++ libaitsched/example/test_time.c 2012/05/14 12:07:08 1.1.2.4 @@ -85,6 +85,9 @@ main(int argc, char **argv) schedCallOnce(root, once, "000000", 42, NULL, 0); + printf("read_queue=%d timer_queue=%d\n", + ROOT_QUEUE_EMPTY(root, read), ROOT_QUEUE_EMPTY(root, timer)); + // schedPolling(root, &p, NULL); schedRun(root, &Kill); schedEnd(&root);