Hefty, Sean wrote: > I don't see that my original post ever went out. > >> Ulp\libibmad\include\infiniband\mad.h >> >> Added MAD_EXPORT for xdump & smp_query_via needed by ibtracert & >> ibroute. > > Changes to libibmad need to go through the management.git tree. The > mirror in SVN will be replaced with all upstream code.
Yes I understand this. The note was to inform you that changes need to be pushed back to the git tree. > >> Signed off by [email protected] >> >> diff U3 C:/Documents and Settings/scsmith/Local Settings/Temp/mad.h- >> revBASE.svn000.tmp.h C:/Documents and Settings/scsmith/My >> Documents/openIB- >> windows/SVN/gen1/trunk/ulp/libibmad/include/infiniband/mad.h --- >> C:/Documents and Settings/scsmith/Local Settings/Temp/mad.h- >> revBASE.svn000.tmp.h Mon Feb 09 16:36:46 2009 +++ C:/Documents >> and Settings/scsmith/My Documents/openIB- >> windows/SVN/gen1/trunk/ulp/libibmad/include/infiniband/mad.h Mon >> Feb 09 15:55:43 2009 @@ -710,7 +710,7 >> @@ unsigned mod, unsigned timeout); >> MAD_EXPORT uint8_t *smp_set(void *buf, ib_portid_t * id, unsigned >> attrid, unsigned mod, unsigned timeout); >> -uint8_t *smp_query_via(void *buf, ib_portid_t * id, unsigned attrid, >> +MAD_EXPORT uint8_t *smp_query_via(void *buf, ib_portid_t * id, >> unsigned attrid, unsigned mod, unsigned >> timeout, const void *srcport); >> uint8_t *smp_set_via(void *buf, ib_portid_t * id, unsigned attrid, >> unsigned mod, unsigned timeout, const void >> *srcport); @@ -837,7 +837,7 @@ exit(-1); \ >> } while(0) >> >> -void xdump(FILE * file, char *msg, void *p, int size); >> +MAD_EXPORT void xdump(FILE * file, char *msg, void *p, int size); >> >> END_C_DECLS >> #endif /* _MAD_H_ */ > > - Sean _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
