--- ansh/inc/utils.h 2011/10/14 07:47:20 1.1.1.1.2.6 +++ ansh/inc/utils.h 2011/10/14 12:03:10 1.1.1.1.2.7 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ - * $Id: utils.h,v 1.1.1.1.2.6 2011/10/14 07:47:20 misho Exp $ + * $Id: utils.h,v 1.1.1.1.2.7 2011/10/14 12:03:10 misho Exp $ * ************************************************************************* The ELWIX and AITNET software is distributed under the following @@ -58,6 +58,7 @@ char pktRecv(int, u_int * __restrict, u_int * __restri int pktSend(int, u_int, char, u_int, u_char *, int, struct io_ether_addr*); void *TOfunc(sched_task_t *); +int stopProcess(sched_root_task_t * __restrict, proc_head_t * __restrict, pid_t, sched_task_func_t); u_char *cryptBuffer(u_char *, int, u_int);