[openib-general] [PATCH 1/6] libibverbs include files changes.
Sean Hefty
mshefty at ichips.intel.com
Fri Jul 28 10:04:10 PDT 2006
Krishna Kumar wrote:
> +struct rdma_kern_async_event {
Why not just do:
#define rdma_structure_name ibv_structure_name
Then we simply remove the #define and replace ibv_structure_name with
rdma_structure_name when ready. This better shows the changes, prevents
duplicating every structure, and should avoid any compile warnings.
- Sean
More information about the general
mailing list