[ofa-general] Re: [PATCH ibverbs] Make the gid argument to ibv_attach_mcast and ibv_detach_mcast const
Roland Dreier
rdreier at cisco.com
Mon Jul 20 10:48:55 PDT 2009
> -int ibv_attach_mcast(struct ibv_qp *qp, union ibv_gid *gid, uint16_t lid);
> +int ibv_attach_mcast(struct ibv_qp *qp, const union ibv_gid *gid, uint16_t lid);
Seems fine to me... I can't think of any risk of this breaking
compatibility anywhere, but maybe I'm not being paranoid enough?
- R.
More information about the general
mailing list