From: Sean Hefty Date: Mon, 8 Nov 2010 17:59:37 +0000 (-0800) Subject: winverbs: fix event handler crash X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=f8c2f5cfdc1c96baa49d5ccb3c36e6737bd9b519;p=~shefty%2Frdma-win.git winverbs: fix event handler crash Winverbs registers for HCA events using the WV_RDMA_DEVICE object, rather than the WV_DEVICE object. The latter corresponds to a user's opened device and is where HCA events should be reported. This fixes a crash in winverbs when reporting a port down event. Signed-off-by: Sean Hefty ---