From 401f4bced470a988127477a96b7b01fd25f2f98d Mon Sep 17 00:00:00 2001 From: shefty Date: Wed, 5 Aug 2009 23:44:28 +0000 Subject: [PATCH] winverbs/status: add status definition for IO timeout Signed-off-by: Sean Hefty git-svn-id: svn://openib.tc.cornell.edu/gen1@2332 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- trunk/inc/user/rdma/wvstatus.h | 1 + 1 file changed, 1 insertion(+) diff --git a/trunk/inc/user/rdma/wvstatus.h b/trunk/inc/user/rdma/wvstatus.h index 0259076f..76450fe9 100644 --- a/trunk/inc/user/rdma/wvstatus.h +++ b/trunk/inc/user/rdma/wvstatus.h @@ -93,6 +93,7 @@ #define WV_DATA_OVERRUN ((HRESULT)0xC000003CL) #define WV_INSUFFICIENT_RESOURCES ((HRESULT)0xC000009AL) #define WV_NOT_INITIALIZED ((HRESULT)0xC00000A3L) +#define WV_IO_TIMEOUT ((HRESULT)0xC00000B5L) #define WV_NOT_SUPPORTED ((HRESULT)0xC00000BBL) #define WV_INTERNAL_ERROR ((HRESULT)0xC00000E5L) #define WV_INVALID_PARAMETER_1 ((HRESULT)0xC00000EFL) -- 2.41.0