please copy the ofw mail list on dapl changes >diff --git a/dapl/udapl/linux/dapl_osd.h b/dapl/udapl/linux/dapl_osd.h >index 1c098c5..0378a70 100644 >--- a/dapl/udapl/linux/dapl_osd.h >+++ b/dapl/udapl/linux/dapl_osd.h >@@ -572,8 +572,7 @@ dapl_os_strtol(const char *nptr, char **endptr, int base) > #define dapl_os_vprintf(fmt,args) vprintf(fmt,args) > #define dapl_os_syslog(fmt,args) vsyslog(LOG_USER|LOG_WARNING,fmt,args) > >-#define dapl_os_getpid getpid >- >+#define dapl_os_getpid (long int)pthread_self
Maybe add a new call, dapl_os_get_thread_id or something similar, to avoid confusion with the name and what the call returns. _______________________________________________ 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
