--- libaitrpc/inc/aitrpc.h 2012/05/11 08:49:43 1.7.2.2 +++ libaitrpc/inc/aitrpc.h 2012/05/14 08:36:58 1.7.2.3 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitrpc.h,v 1.7.2.2 2012/05/11 08:49:43 misho Exp $ +* $Id: aitrpc.h,v 1.7.2.3 2012/05/14 08:36:58 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -177,6 +177,8 @@ typedef struct { io_sockaddr_t cli_sa; // host info int cli_sock; // socket fd pthread_t cli_tid; // TID of thread + + cmd_type_t cli_kill; void *cli_parent; // pointer to parent rpc_srv_t for server or to rpc_sess_t for client int cli_netbuf; // size of network buffer size