hotspot/src/share/vm/runtime/hpi.hpp
changeset 768 d0bebc7eefc2
parent 1 489c9b5090e2
child 2358 7c8346929fc6
--- a/hotspot/src/share/vm/runtime/hpi.hpp	Tue Jun 24 10:43:29 2008 -0700
+++ b/hotspot/src/share/vm/runtime/hpi.hpp	Tue Jun 24 16:00:14 2008 -0700
@@ -66,6 +66,8 @@
   static inline int    socket_shutdown(int fd, int howto);
   static inline int    recv(int fd, char *buf, int nBytes, int flags);
   static inline int    send(int fd, char *buf, int nBytes, int flags);
+  // Variant of send that doesn't support interruptible I/O
+  static inline int    raw_send(int fd, char *buf, int nBytes, int flags);
   static inline int    timeout(int fd, long timeout);
   static inline int    listen(int fd, int count);
   static inline int    connect(int fd, struct sockaddr *him, int len);