Skip to content

Commit

Permalink
IB: Add client reregister event type
Browse files Browse the repository at this point in the history
Add IB_EVENT_CLIENT_REREGISTER to enum so low-level drivers can
generate "client reregister" events.

Signed-off-by: Leonid Arsh <[email protected]>
Signed-off-by: Roland Dreier <[email protected]>
  • Loading branch information
Leonid Arsh authored and Roland Dreier committed Jun 18, 2006
1 parent 37c22a7 commit 63942c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/rdma/ib_verbs.h
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,8 @@ enum ib_event_type {
IB_EVENT_SM_CHANGE,
IB_EVENT_SRQ_ERR,
IB_EVENT_SRQ_LIMIT_REACHED,
IB_EVENT_QP_LAST_WQE_REACHED
IB_EVENT_QP_LAST_WQE_REACHED,
IB_EVENT_CLIENT_REREGISTER
};

struct ib_event {
Expand Down

0 comments on commit 63942c9

Please sign in to comment.