Bug #5072
all rdma cm events should be in the enum
Start date:
2014-08-08
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
We have an enum rdma_cm_event_types, which contains all cm event types except one, RDMA_CM_EVENT_ADDR_CHANGE, which has the next sequential value, but is #defined. And not in the same file.
This is confusing and bad.
Updated by Electric Monk over 6 years ago
- Status changed from New to Closed
- % Done changed from 90 to 100
git commit 588575c88d134c8f25f645542bcf36d61ac43a82
commit 588575c88d134c8f25f645542bcf36d61ac43a82 Author: Richard Lowe <richlowe@richlowe.net> Date: 2014-08-09T23:26:45.000Z 5072 all rdma cm events should be in the enum Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>