--- ansh/src/ansh3d.c 2012/01/23 10:34:12 1.3 +++ ansh/src/ansh3d.c 2012/01/23 16:13:07 1.3.2.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ - * $Id: ansh3d.c,v 1.3 2012/01/23 10:34:12 misho Exp $ + * $Id: ansh3d.c,v 1.3.2.1 2012/01/23 16:13:07 misho Exp $ * ************************************************************************* The ELWIX and AITNET software is distributed under the following @@ -286,7 +286,7 @@ main(int argc, char **argv) setgid(gid); setuid(uid); - if (schedRead(root, icmpRx, (void*) id, h)) { + if (schedRead(root, icmpRx, (void*) id, h, NULL, 0)) { schedRun(root, &Kill); } else ERR("Failed to add reader task #%d - %s\n", sched_GetErrno(), sched_GetError());