Quoting r. Sean Hefty <[EMAIL PROTECTED]>: > Subject: Re: OFED 1.1 release schedule > > Tziporet Koren wrote: > > I checked it and saw that the patch is applied, but since in the patch > > Sean put the cm_issue_drep as a static, thus nm does not show it. > > from the patch: +static int cm_issue_drep(struct cm_port *port, > > cm_issue_rej is also static, but shows up.
Could be a compiler thing: maybe cm_issue_rej is used in ore than one place? To make sure, you can try removing the static keryword and see if this appears. -- MST _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
