--- libaitrpc/inc/aitrpc.h 2012/03/28 11:07:36 1.6.2.1 +++ libaitrpc/inc/aitrpc.h 2012/05/11 08:46:41 1.7.2.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitrpc.h,v 1.6.2.1 2012/03/28 11:07:36 misho Exp $ +* $Id: aitrpc.h,v 1.7.2.1 2012/05/11 08:46:41 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -140,6 +140,8 @@ typedef struct tagRPCFunc { struct tagRPCCall { rpc_sess_t call_session; + uint16_t call_len; + uint16_t call_tag; uint32_t call_hash; uint16_t call_argc; @@ -201,7 +203,6 @@ typedef struct { rpc_func_t *srv_funcs; // registered functions list - pthread_mutex_t srv_mtx; cmd_type_t srv_kill; struct {