gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r4115 - GNUnet/src/applications/dht/module


From: grothoff
Subject: [GNUnet-SVN] r4115 - GNUnet/src/applications/dht/module
Date: Fri, 29 Dec 2006 21:08:59 -0800 (PST)

Author: grothoff
Date: 2006-12-29 21:08:56 -0800 (Fri, 29 Dec 2006)
New Revision: 4115

Modified:
   GNUnet/src/applications/dht/module/table.c
Log:
fix

Modified: GNUnet/src/applications/dht/module/table.c
===================================================================
--- GNUnet/src/applications/dht/module/table.c  2006-12-30 03:46:58 UTC (rev 
4114)
+++ GNUnet/src/applications/dht/module/table.c  2006-12-30 05:08:56 UTC (rev 
4115)
@@ -691,7 +691,7 @@
     buckets[i].bstart = 512 * i / bucketCount;
     buckets[i].bend = 512 * (i+1) / bucketCount;
   }
-  lock = MUTEX_CREATE(NO);
+  lock = MUTEX_CREATE(YES);
   stats = capi->requestService("stats");
   if (stats != NULL) {
     stat_dht_total_peers = stats->create(gettext_noop("# dht connections"));





reply via email to

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