gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r4067 - in GNUnet: . src/applications/dht/tools


From: grothoff
Subject: [GNUnet-SVN] r4067 - in GNUnet: . src/applications/dht/tools
Date: Tue, 26 Dec 2006 22:53:24 -0800 (PST)

Author: grothoff
Date: 2006-12-26 22:53:22 -0800 (Tue, 26 Dec 2006)
New Revision: 4067

Modified:
   GNUnet/src/applications/dht/tools/dht-query.c
   GNUnet/todo
Log:
fix

Modified: GNUnet/src/applications/dht/tools/dht-query.c
===================================================================
--- GNUnet/src/applications/dht/tools/dht-query.c       2006-12-27 06:51:05 UTC 
(rev 4066)
+++ GNUnet/src/applications/dht/tools/dht-query.c       2006-12-27 06:53:22 UTC 
(rev 4067)
@@ -25,6 +25,7 @@
  */
 
 #include "platform.h"
+#include "gnunet_directories.h"
 #include "gnunet_protocols.h"
 #include "gnunet_util.h"
 #include "gnunet_util_crypto.h"
@@ -42,7 +43,7 @@
 
 static struct GC_Configuration * cfg;
 
-static char * cfgFilename;
+static char * cfgFilename = DEFAULT_CLIENT_CONFIG_FILE;
 
 /**
  * All gnunet-dht-query command line options

Modified: GNUnet/todo
===================================================================
--- GNUnet/todo 2006-12-27 06:51:05 UTC (rev 4066)
+++ GNUnet/todo 2006-12-27 06:53:22 UTC (rev 4067)
@@ -31,11 +31,11 @@
 0.7.2 [3'07]:
 - new features:
   * XFS / support for location URIs [CG] 
+    + dht/routing: GET retries [RC]
+    + dht/routing: handle routing loops [RC]
     + dht/gap integration [RC]
     + ecrs/location URIs [RC]
     + fsui/location URI support [RC]
-    + dht/routing: GET retries [RC]
-    + dht/routing: handle routing loops [RC]
     + dstore bloomfilter (optimization)
   * HTTP transport (libcurl, libmicrohttpd)
 - minor improvements:





reply via email to

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