Define ip_mreq.

This commit is contained in:
Felix Nawothnig 2004-03-25 23:36:26 +00:00 committed by Alexandre Julliard
parent 518acec60c
commit 18a0045ac5
1 changed files with 9 additions and 0 deletions

View File

@ -592,6 +592,15 @@ typedef struct WS(sockaddr_in)
char sin_zero[8];
} SOCKADDR_IN, *PSOCKADDR_IN, *LPSOCKADDR_IN;
/*
* Multicast group information
*/
struct WS(ip_mreq)
{
struct WS(in_addr) imr_multiaddr;
struct WS(in_addr) imr_interface;
};
/*
* WSAStartup