]> Cypherpunks repositories - gostls13.git/commitdiff
net: fix windows build
authorAlex Brainman <alex.brainman@gmail.com>
Fri, 19 Aug 2011 03:00:09 +0000 (13:00 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Fri, 19 Aug 2011 03:00:09 +0000 (13:00 +1000)
R=golang-dev
CC=golang-dev
https://golang.org/cl/4873058

src/pkg/syscall/ztypes_windows.go

index 07f2b85f07702f09fec232cf5884af81d399c54b..728812b8438d4af547ba5601c029c1c662e19f18 100644 (file)
@@ -359,6 +359,9 @@ const (
 
        WSADESCRIPTION_LEN = 256
        WSASYS_STATUS_LEN  = 128
+
+       IPV6_JOIN_GROUP  = 12
+       IPV6_LEAVE_GROUP = 13
 )
 
 type WSABuf struct {