gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r6933 - GNUnet/src/include


From: gnunet
Subject: [GNUnet-SVN] r6933 - GNUnet/src/include
Date: Fri, 30 May 2008 17:08:44 -0600 (MDT)

Author: nevans
Date: 2008-05-30 17:08:44 -0600 (Fri, 30 May 2008)
New Revision: 6933

Modified:
   GNUnet/src/include/dht.h
   GNUnet/src/include/gnunet_dht_lib.h
   GNUnet/src/include/gnunet_protocols.h
Log:
some more stuff

Modified: GNUnet/src/include/dht.h
===================================================================
--- GNUnet/src/include/dht.h    2008-05-30 13:39:35 UTC (rev 6932)
+++ GNUnet/src/include/dht.h    2008-05-30 23:08:44 UTC (rev 6933)
@@ -21,7 +21,7 @@
 /**
  * @file include/gnunet_dht.h
  * @brief data structures exchanged between between DHT clients and the GNUnet 
DHT module
- * @author Tomi Tukiainen, Marko R�ih�, Christian Grothoff
+ * @author Tomi Tukiainen, Marko Räihä, Christian Grothoff
  *
  * Typical clients are likely to prefer using the synchronous
  * gnunet_dht_lib instead of sending these messages manually.
@@ -43,7 +43,7 @@
 
 /**
  * TCP communication: put <key,value>-mapping to table.
- * When send by a client to gnunetd, this message is
+ * When sent by a client to gnunetd, this message is
  * used to initiate a PUT on the DHT.  gnunetd also
  * uses this message to communicate results from a GET
  * operation back to the client.<p>

Modified: GNUnet/src/include/gnunet_dht_lib.h
===================================================================
--- GNUnet/src/include/gnunet_dht_lib.h 2008-05-30 13:39:35 UTC (rev 6932)
+++ GNUnet/src/include/gnunet_dht_lib.h 2008-05-30 23:08:44 UTC (rev 6933)
@@ -68,7 +68,7 @@
  *
  * @param type the type of key to look up
  * @param key the key to look up
- * @return GNUNET_OK on sucess, GNUNET_SYSERR on error
+ * @return GNUNET_OK on success, GNUNET_SYSERR on error
  */
 int GNUNET_DHT_get_start (struct GNUNET_DHT_Context *ctx,
                           unsigned int type, const GNUNET_HashCode * key);
@@ -79,7 +79,7 @@
  * key.
  * @param type the type of key to look up
  * @param key the key to look up
- * @return GNUNET_OK on sucess, GNUNET_SYSERR on error
+ * @return GNUNET_OK on success, GNUNET_SYSERR on error
  */
 int GNUNET_DHT_get_stop (struct GNUNET_DHT_Context *ctx,
                          unsigned int type, const GNUNET_HashCode * key);

Modified: GNUnet/src/include/gnunet_protocols.h
===================================================================
--- GNUnet/src/include/gnunet_protocols.h       2008-05-30 13:39:35 UTC (rev 
6932)
+++ GNUnet/src/include/gnunet_protocols.h       2008-05-30 23:08:44 UTC (rev 
6933)
@@ -269,7 +269,7 @@
 /* ********** CS DHT application messages ********** */
 
 /**
- * Client to CS or CS to client: get from table
+ * Client to CS or CS to client: get from table (starts request)
  */
 #define GNUNET_CS_PROTO_DHT_REQUEST_GET      60
 
@@ -277,8 +277,10 @@
  * Client to CS or CS to client: put into table
  */
 #define GNUNET_CS_PROTO_DHT_REQUEST_PUT      61
-
-
+/** 
+ * Client to CS: end get from table (ends request)
+ */ 
+#define GNUNET_CS_PROTO_DHT_REQUEST_GET_END      62
 /* ************* CS VPN messages ************* */
 
 /**





reply via email to

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