]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
winverbs: fix including header file from .c sources
authorshefty <shefty@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Tue, 3 Jun 2008 22:23:43 +0000 (22:23 +0000)
committershefty <shefty@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Tue, 3 Jun 2008 22:23:43 +0000 (22:23 +0000)
Fix build error when including winverbs.h from a .c file.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
git-svn-id: svn://openib.tc.cornell.edu/gen1@1234 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

branches/winverbs/inc/user/rdma/winverbs.h

index 8eff52ce4e293fc76cfe8ed74c95eefe9b8c330b..ee554eeca7640f0402781c0a67b1882fdbad9f14 100644 (file)
@@ -318,7 +318,7 @@ typedef struct _WV_SEND_REQUEST
 \r
                struct\r
                {\r
-                       IWVAddressHandle *pAddresHandle;\r
+                       interface IWVAddressHandle* pAddresHandle;\r
                        UINT32                  DestinationQpn;\r
                        UINT32                  DestinationQkey;\r
 \r