--- libaitrpc/inc/aitrpc.h 2013/08/13 00:09:35 1.17 +++ libaitrpc/inc/aitrpc.h 2013/08/21 11:41:15 1.17.2.3 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitrpc.h,v 1.17 2013/08/13 00:09:35 misho Exp $ +* $Id: aitrpc.h,v 1.17.2.3 2013/08/21 11:41:15 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -62,7 +62,7 @@ SUCH DAMAGE. #include -#define RPC_VERSION 6 +#define RPC_VERSION 7 #define RPC_DEFPORT 2611 /* RPC call request flags */ @@ -127,8 +127,7 @@ typedef struct { struct tagRPCCall { rpc_sess_t call_session; - uint16_t call_seq; - uint16_t call_len; + uint32_t call_len; uint16_t call_crc; union { @@ -198,7 +197,7 @@ typedef struct { int cli_id; /* slot id */ int cli_sock; /* socket fd */ sockaddr_t cli_sa; /* host address */ - ait_val_t cli_buf; /* network buffer */ + array_t *cli_buf; /* network buffer(s) */ array_t *cli_vars; /* function return variables */