gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r157 - in GNUnet: . src/include


From: grothoff
Subject: [GNUnet-SVN] r157 - in GNUnet: . src/include
Date: Wed, 2 Feb 2005 02:35:39 -0800 (PST)

Author: grothoff
Date: 2005-02-02 02:35:38 -0800 (Wed, 02 Feb 2005)
New Revision: 157

Modified:
   GNUnet/src/include/gnunet_dht.h
   GNUnet/todo
Log:
towards making cs compile

Modified: GNUnet/src/include/gnunet_dht.h
===================================================================
--- GNUnet/src/include/gnunet_dht.h     2005-02-02 10:34:59 UTC (rev 156)
+++ GNUnet/src/include/gnunet_dht.h     2005-02-02 10:35:38 UTC (rev 157)
@@ -117,16 +117,15 @@
 
   CS_HEADER header;
 
+  unsigned int type;
+
   unsigned long long timeout;  /* nbo */
 
   DHT_TableId table; 
 
-  HashCode160 key;
+  /* one or more keys */
+  HashCode160 keys;
 
-  unsigned int maxResults; /* nbo */
-
-  unsigned int maxResultSize; /* nbo */
-
 } DHT_CS_REQUEST_GET;
 
 /**

Modified: GNUnet/todo
===================================================================
--- GNUnet/todo 2005-02-02 10:34:59 UTC (rev 156)
+++ GNUnet/todo 2005-02-02 10:35:38 UTC (rev 157)
@@ -11,6 +11,7 @@
 - Missing Features:
   * fsui core (persistence, shutdown, multiple FSUIs) [ difficult ]
   * mysql sqstore implementation iterator problem (Igor?)
+- DHT code does not compile
 - Need testing:
   * ECRS-directories (build, iterate)
   * FS/ECRS upload/download





reply via email to

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