make/java/net/mapfile-vers

Print this page
rev 7398 : 8032808: Support Solaris SO_FLOW_SLA socket option
Reviewed-by: michaelm

@@ -1,7 +1,7 @@
 #
-# Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License version 2 only, as
 # published by the Free Software Foundation.  Oracle designates this

@@ -92,10 +92,14 @@
                 Java_sun_net_dns_ResolverConfigurationImpl_fallbackDomain0;
                 Java_sun_net_sdp_SdpSupport_convert0;
                 Java_sun_net_sdp_SdpSupport_create0;
                 Java_sun_net_spi_DefaultProxySelector_init;
                 Java_sun_net_spi_DefaultProxySelector_getSystemProxy;
+                Java_sun_net_ExtendedOptionsImpl_init;
+                Java_sun_net_ExtendedOptionsImpl_setFlowOption;
+                Java_sun_net_ExtendedOptionsImpl_getFlowOption;
+                Java_sun_net_ExtendedOptionsImpl_flowSupported;
                 NET_AllocSockaddr;
                 NET_SockaddrToInetAddress;
                 NET_SockaddrEqualsInetAddress;
                 NET_InetAddressToSockaddr;
                 NET_GetPortFromSockaddr;