--- libaitsched/example/test.c 2011/08/13 17:17:08 1.1.2.2 +++ libaitsched/example/test.c 2011/09/09 14:14:33 1.1.2.3 @@ -94,7 +94,7 @@ main(int argc, char **argv) schedCallOnce(root, once, "000000", 42); schedRun(root); - schedEnd(root); + schedEnd(&root); close(f); return 0;