gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r3524 - in GNUnet: . src/applications/fs/fsui src/util/thre


From: grothoff
Subject: [GNUnet-SVN] r3524 - in GNUnet: . src/applications/fs/fsui src/util/threads
Date: Fri, 20 Oct 2006 23:28:55 -0700 (PDT)

Author: grothoff
Date: 2006-10-20 23:28:52 -0700 (Fri, 20 Oct 2006)
New Revision: 3524

Modified:
   GNUnet/src/applications/fs/fsui/searchtest.c
   GNUnet/src/util/threads/mutex.c
   GNUnet/todo
Log:
sync

Modified: GNUnet/src/applications/fs/fsui/searchtest.c
===================================================================
--- GNUnet/src/applications/fs/fsui/searchtest.c        2006-10-21 06:24:43 UTC 
(rev 3523)
+++ GNUnet/src/applications/fs/fsui/searchtest.c        2006-10-21 06:28:52 UTC 
(rev 3524)
@@ -100,7 +100,7 @@
   return NULL;
 }
 
-#define START_DAEMON 0
+#define START_DAEMON 1
 
 int main(int argc, char * argv[]){
 #if START_DAEMON

Modified: GNUnet/src/util/threads/mutex.c
===================================================================
--- GNUnet/src/util/threads/mutex.c     2006-10-21 06:24:43 UTC (rev 3523)
+++ GNUnet/src/util/threads/mutex.c     2006-10-21 06:28:52 UTC (rev 3524)
@@ -119,9 +119,9 @@
   FREE(mutex);
 }
 
-#define DEBUG_LOCK_DELAY 0
+#define DEBUG_LOCK_DELAY NO
 
-void MUTEX_LOCK_(Mutex * mutex) {
+void MUTEX_LOCK(Mutex * mutex) {
   int ret;
 #if DEBUG_LOCK_DELAY
   cron_t start;

Modified: GNUnet/todo
===================================================================
--- GNUnet/todo 2006-10-21 06:24:43 UTC (rev 3523)
+++ GNUnet/todo 2006-10-21 06:28:52 UTC (rev 3524)
@@ -18,12 +18,11 @@
     + dht/tools
   * Missing functionality: 
     + fs/fsui:
-      @ generate events for suspend, abort, resume
-      @ properly initialize and destruct cctx contexts
+      @ upload: use extractors!
+      @ better ETA calculations
       @ make sure new event fields are set for all events
     + fs/fslib: error handing
     + fs/module: error handing
-    + fs/ecrs: test-terminate integration (upload, unindex)
     + logger configuration
 - More testcases: [RC]
   * advertising





reply via email to

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