gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r5134 - GNUnet/src/include


From: gnunet
Subject: [GNUnet-SVN] r5134 - GNUnet/src/include
Date: Sun, 24 Jun 2007 02:45:03 -0600 (MDT)

Author: grothoff
Date: 2007-06-24 02:45:00 -0600 (Sun, 24 Jun 2007)
New Revision: 5134

Modified:
   GNUnet/src/include/gnunet_util_threads.h
Log:
report high-latency thread operations

Modified: GNUnet/src/include/gnunet_util_threads.h
===================================================================
--- GNUnet/src/include/gnunet_util_threads.h    2007-06-24 08:42:05 UTC (rev 
5133)
+++ GNUnet/src/include/gnunet_util_threads.h    2007-06-24 08:45:00 UTC (rev 
5134)
@@ -118,7 +118,7 @@
  *
  * @param ret set to the return value of the other thread.
  */
-void PTHREAD_JOIN_FL_(struct PTHREAD * handle,
+void PTHREAD_JOIN_FL(struct PTHREAD * handle,
                      void ** ret,
                      const char * file,
                      unsigned int line);
@@ -129,7 +129,7 @@
  *
  * @param ret set to the return value of the other thread.
  */
-#define PTHREAD_JOIN(handle,ret) PTHREAD_JOIN_FL(a,b,__FILE__,__LINE__)
+#define PTHREAD_JOIN(handle,ret) PTHREAD_JOIN_FL(handle,ret,__FILE__,__LINE__)
 
 /**
  * Sleep for the specified time interval.  PTHREAD_STOP_SLEEP can be





reply via email to

[Prev in Thread] Current Thread [Next in Thread]