From 44ac777f61eefdefbdf1eabfef0baead320d00b3 Mon Sep 17 00:00:00 2001 From: shefty Date: Tue, 3 Jun 2008 22:23:43 +0000 Subject: [PATCH] winverbs: fix including header file from .c sources Fix build error when including winverbs.h from a .c file. Signed-off-by: Sean Hefty git-svn-id: svn://openib.tc.cornell.edu/gen1@1234 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- branches/winverbs/inc/user/rdma/winverbs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/branches/winverbs/inc/user/rdma/winverbs.h b/branches/winverbs/inc/user/rdma/winverbs.h index 8eff52ce..ee554eec 100644 --- a/branches/winverbs/inc/user/rdma/winverbs.h +++ b/branches/winverbs/inc/user/rdma/winverbs.h @@ -318,7 +318,7 @@ typedef struct _WV_SEND_REQUEST struct { - IWVAddressHandle *pAddresHandle; + interface IWVAddressHandle* pAddresHandle; UINT32 DestinationQpn; UINT32 DestinationQkey; -- 2.46.0