--- libaitio/inc/aitio.h 2012/07/22 12:24:35 1.20.2.4 +++ libaitio/inc/aitio.h 2012/07/22 20:39:45 1.21 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitio.h,v 1.20.2.4 2012/07/22 12:24:35 misho Exp $ +* $Id: aitio.h,v 1.21 2012/07/22 20:39:45 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -322,6 +322,7 @@ typedef union { struct sockaddr_in6 sin6; struct sockaddr_dl sdl; } io_sockaddr_t; +#define IO_SOCKADDR_INIT { .ss = { 0 } } #define io_align(x, a) (((x) + (a)) & ~(a))