]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
Refresh of fast-disc
authorSean Hefty <sean.hefty@intel.com>
Sat, 28 Jul 2012 00:57:23 +0000 (17:57 -0700)
committerSean Hefty <sean.hefty@intel.com>
Sat, 28 Jul 2012 00:57:23 +0000 (17:57 -0700)
src/rsocket.c

index 908b00c8fbcc128e8ac5c30e4a0774479a4aaa69..b9105a17b7d4d4c3e0614fd947461eeca5e5a12a 100644 (file)
@@ -124,13 +124,6 @@ struct rs_conn_data {
        struct rs_sge     data_buf;
 };
 
-enum {
-       RS_WR_RECV,
-       RS_WR_DATA,
-       RS_WR_CTRL,
-       RS_WR_DISCONNECT
-};
-
 #define RS_RECV_WR_ID (~((uint64_t) 0))
 
 /*