jdk/src/windows/native/java/net/net_util_md.h
changeset 18192 fa6bd0992104
parent 14342 8435a30053c1
child 23010 6dadb192ad81
--- a/jdk/src/windows/native/java/net/net_util_md.h	Thu Mar 14 14:45:55 2013 +0100
+++ b/jdk/src/windows/native/java/net/net_util_md.h	Thu Mar 14 13:46:15 2013 -0700
@@ -311,7 +311,7 @@
  */
 JNIEXPORT int JNICALL NET_Timeout2(int fd, int fd1, long timeout, int *fdret);
 
-JNIEXPORT int JNICALL NET_BindV6(struct ipv6bind* b);
+JNIEXPORT int JNICALL NET_BindV6(struct ipv6bind* b, jboolean exclBind);
 
 #define NET_WAIT_READ   0x01
 #define NET_WAIT_WRITE  0x02
@@ -319,6 +319,9 @@
 
 extern jint NET_Wait(JNIEnv *env, jint fd, jint flags, jint timeout);
 
+JNIEXPORT int JNICALL NET_WinBind(int s, struct sockaddr *him, int len,
+                                   jboolean exclBind);
+
 /* XP versions of the native routines */
 
 JNIEXPORT jobject JNICALL Java_java_net_NetworkInterface_getByName0_XP