From 3b1f91eb57aaeaa2d4e916c9448e7a7bc9eec0f3 Mon Sep 17 00:00:00 2001 From: sasha Date: Wed, 19 Sep 2007 13:28:01 +0000 Subject: [DEV-19] Add support of IPv6 for windows agent (Sasha) [svn merge svn://svn.zabbix.com/branches/1.4 -r4758:4763] git-svn-id: svn://svn.zabbix.com/trunk@4764 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- include/comms.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/comms.h b/include/comms.h index 29fe4f69..07f19103 100644 --- a/include/comms.h +++ b/include/comms.h @@ -45,6 +45,10 @@ typedef enum typedef struct zbx_sock { +#if defined(HAVE_IPV6) + ZBX_SOCKET sockets[FD_SETSIZE]; + int num_socks; +#endif /* HAVE_IPV6 */ ZBX_SOCKET socket; ZBX_SOCKET socket2; char buf_stat[ZBX_STAT_BUF_LEN]; -- cgit