--- ansh/inc/utils.h 2011/10/13 16:08:52 1.1.1.1.2.5 +++ ansh/inc/utils.h 2011/10/17 20:14:02 1.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ - * $Id: utils.h,v 1.1.1.1.2.5 2011/10/13 16:08:52 misho Exp $ + * $Id: utils.h,v 1.2 2011/10/17 20:14:02 misho Exp $ * ************************************************************************* The ELWIX and AITNET software is distributed under the following @@ -55,9 +55,10 @@ char icmpRecv(int, u_int * __restrict, u_short * __res int * __restrict, struct sockaddr *, socklen_t *); int icmpSend(int, u_int, u_short, char, u_int, u_char *, int, struct sockaddr *, socklen_t); char pktRecv(int, u_int * __restrict, u_int * __restrict, u_char * __restrict, int * __restrict, struct ether_header*); -int pktSend(int, u_int, char, u_int, u_char *, int, struct ether_addr*); +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);