]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes in shared code that don't affect open-vm-tools functionality.
authorVMware, Inc <>
Mon, 22 Aug 2011 20:18:44 +0000 (13:18 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Mon, 22 Aug 2011 20:18:44 +0000 (13:18 -0700)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/modules/linux/vsock/linux/vsockSocketWrapper.h

index a3120d4eacdb1e173a71ae4826107a0fd57fd68d..597edeefe751c83d055fc13aefa5dcc067031d9f 100644 (file)
 #  define __ELOCALSHUTDOWN    ESHUTDOWN
 #  define __EPEERSHUTDOWN     ECONNABORTED
 #  define __ECONNINPROGRESS   EWOULDBLOCK
+#  define __ESNDRCVTIMEDOUT   ETIMEDOUT
 #  define ESYSNOTREADY        WSASYSNOTREADY
 #elif defined(VMKERNEL)
 #  define EINTR               VMK_WAIT_INTERRUPTED
 #  define __ELOCALSHUTDOWN    EPIPE
 #  define __EPEERSHUTDOWN     EPIPE
 #  define __ECONNINPROGRESS   EINPROGRESS
+#  define __ESNDRCVTIMEDOUT   VMK_WOULD_BLOCK
 #  define ESYSNOTREADY        VMK_NOT_SUPPORTED
 #elif defined(__APPLE__)
 #  define __ELOCALSHUTDOWN    ESHUTDOWN
 #  define __EPEERSHUTDOWN     ECONNABORTED
 #  define __ECONNINPROGRESS   EINPROGRESS
+#  define __ESNDRCVTIMEDOUT   EAGAIN
 #  define ESYSNOTREADY        EOPNOTSUPP
 #elif defined(linux)
 #  define ESYSNOTREADY        EOPNOTSUPP