]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
libibverbs: remove duplicate wc status values
authorSean Hefty <sean.hefty@intel.com>
Mon, 12 Jul 2010 17:16:26 +0000 (10:16 -0700)
committerSean Hefty <sean.hefty@intel.com>
Tue, 13 Jul 2010 17:29:38 +0000 (10:29 -0700)
Several ibv_wc_status values map to the same winverbs wc status
values.  This causes an error if the ibv_wc_status values are
referenced in a switch statement.  Replace the duplicated values
with constants, so every wc status value is unique.

Since the wc status values are mapped from the provider library,
the duplicated values are not used anyway.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>

No differences found