From: Sean Hefty Date: Mon, 12 Jul 2010 17:16:26 +0000 (-0700) Subject: libibverbs: remove duplicate wc status values X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=78a740add05d65fd2bb714055e9583edd63d40cb;p=~shefty%2Frdma-win.git libibverbs: remove duplicate wc status values 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 ---