gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5864 - GNUnet/src/util/threads


From: gnunet
Subject: [GNUnet-SVN] r5864 - GNUnet/src/util/threads
Date: Tue, 11 Dec 2007 20:39:37 -0700 (MST)

Author: grothoff
Date: 2007-12-11 20:39:36 -0700 (Tue, 11 Dec 2007)
New Revision: 5864

Modified:
   GNUnet/src/util/threads/mutex.c
Log:
fix

Modified: GNUnet/src/util/threads/mutex.c
===================================================================
--- GNUnet/src/util/threads/mutex.c     2007-12-12 03:34:09 UTC (rev 5863)
+++ GNUnet/src/util/threads/mutex.c     2007-12-12 03:39:36 UTC (rev 5864)
@@ -134,7 +134,7 @@
   GNUNET_CronTime start;
   GNUNET_CronTime end;
 
-  GNUNET_GE_ASSERT (NULL, mutex != NULL);
+  GNUNET_GE_ASSERT_FLF (NULL, mutex != NULL, file, line, __FUNCTION__);
   start = GNUNET_get_time ();
   ret = pthread_mutex_lock (&mutex->pt);
   end = GNUNET_get_time ();





reply via email to

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