--- libaitio/inc/aitio.h 2012/11/16 13:14:11 1.26.4.1 +++ libaitio/inc/aitio.h 2012/11/16 13:28:28 1.26.4.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitio.h,v 1.26.4.1 2012/11/16 13:14:11 misho Exp $ +* $Id: aitio.h,v 1.26.4.2 2012/11/16 13:28:28 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -490,9 +490,10 @@ io_sockaddr_t *io_gethostbyname(const char *psHost, un * * @a = 1st address * @b = 2nd address + * @p = compare and ports, if family is AF_INET or AF_INET6 * return: 0 is equal or !=0 is different */ -int io_addrcmp(io_sockaddr_t * __restrict a, io_sockaddr_t * __restrict b); +int io_addrcmp(io_sockaddr_t * __restrict a, io_sockaddr_t * __restrict b, int p); /* * io_vars2buffer() - Marshaling data from array with variables to buffer