gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r8326 - GNUnet/src/include
Date: Wed, 11 Mar 2009 14:50:47 -0600

Author: nevans
Date: 2009-03-11 14:50:47 -0600 (Wed, 11 Mar 2009)
New Revision: 8326

Modified:
   GNUnet/src/include/gnunet_protocols.h
Log:
proto stuff

Modified: GNUnet/src/include/gnunet_protocols.h
===================================================================
--- GNUnet/src/include/gnunet_protocols.h       2009-03-11 20:50:10 UTC (rev 
8325)
+++ GNUnet/src/include/gnunet_protocols.h       2009-03-11 20:50:47 UTC (rev 
8326)
@@ -307,6 +307,23 @@
 #define GNUNET_CS_PROTO_VPN_TRUST 71
 
 
+/* ********** CS DV DHT application messages ********** */
+
+/**
+ * Client to CS or CS to client: get from table (starts request)
+ */
+#define GNUNET_CS_PROTO_DV_DHT_REQUEST_GET      75
+
+/**
+ * Client to CS or CS to client: put into table
+ */
+#define GNUNET_CS_PROTO_DV_DHT_REQUEST_PUT      76
+/**
+ * Client to CS: end get from table (ends request)
+ */
+#define GNUNET_CS_PROTO_DV_DHT_REQUEST_GET_END      77
+
+
 #define GNUNET_CS_PROTO_MAX_USED 80
 
 /* ******** node-to-node (p2p) messages (over anything) ********* */





reply via email to

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