--- libaitio/inc/aitio.h 2013/11/21 18:59:49 1.36.2.6 +++ libaitio/inc/aitio.h 2013/11/22 10:19:50 1.36.2.7 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitio.h,v 1.36.2.6 2013/11/21 18:59:49 misho Exp $ +* $Id: aitio.h,v 1.36.2.7 2013/11/22 10:19:50 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -162,9 +162,10 @@ int ioUpSocket(sock_t * __restrict s, void *arg, int t * ioUpdTimerSocket() - Update timeout of socket * * @c = Client socket + * @arg = Optional data argument * return: none */ -void ioUpdTimerSocket(sock_cli_t * __restrict c); +void ioUpdTimerSocket(sock_cli_t * __restrict c, void *arg); /* * ioLoopSocket() - Start socket scheduler *