> 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.
I agree, except let's make rdma_structure_name the real name, and do the define the opposite way. That way it's easier to remove the compatibility stuff later. - R. _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
