--- libaitio/inc/aitio.h 2013/11/21 15:01:22 1.36.2.4 +++ libaitio/inc/aitio.h 2013/11/21 18:26:40 1.36.2.5 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitio.h,v 1.36.2.4 2013/11/21 15:01:22 misho Exp $ +* $Id: aitio.h,v 1.36.2.5 2013/11/21 18:26:40 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -89,7 +89,7 @@ struct tagCliSock { sched_task_func_t cli_func; - ait_val_t cli_buf; + ait_val_t cli_buf[2]; TAILQ_ENTRY(tagCliSock) cli_node; };