--- libaitrpc/inc/aitrpc.h 2013/08/21 11:41:15 1.17.2.3 +++ libaitrpc/inc/aitrpc.h 2013/08/22 15:31:09 1.18 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitrpc.h,v 1.17.2.3 2013/08/21 11:41:15 misho Exp $ +* $Id: aitrpc.h,v 1.18 2013/08/22 15:31:09 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -197,7 +197,7 @@ typedef struct { int cli_id; /* slot id */ int cli_sock; /* socket fd */ sockaddr_t cli_sa; /* host address */ - array_t *cli_buf; /* network buffer(s) */ + ait_val_t cli_buf; /* network buffer */ array_t *cli_vars; /* function return variables */