Owen Rudge : include: Define ipv6_mreq structure.

Alexandre Julliard julliard at winehq.org
Thu Feb 22 15:07:47 CST 2018


Module: wine
Branch: master
Commit: 3211de48397ea9f1f02865175c1826a7f7866a19
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=3211de48397ea9f1f02865175c1826a7f7866a19

Author: Owen Rudge <orudge at codeweavers.com>
Date:   Mon Feb 19 22:46:48 2018 +0000

include: Define ipv6_mreq structure.

Signed-off-by: Owen Rudge <orudge at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/ws2ipdef.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/include/ws2ipdef.h b/include/ws2ipdef.h
index e13cf6e..e4cbce1 100644
--- a/include/ws2ipdef.h
+++ b/include/ws2ipdef.h
@@ -152,6 +152,12 @@ typedef struct WS(ip_mreq)
     struct WS(in_addr) imr_interface;
 } WS(IP_MREQ), *WS(PIP_MREQ);
 
+typedef struct WS(ipv6_mreq)
+{
+    struct WS(in6_addr) ipv6mr_multiaddr;
+    unsigned int ipv6mr_interface;
+} WS(IPV6_MREQ), *WS(PIPV6_MREQ);
+
 typedef struct WS(ip_mreq_source) {
     struct WS(in_addr) imr_multiaddr;
     struct WS(in_addr) imr_sourceaddr;




More information about the wine-cvs mailing list