gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r28296 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r28296 - gnunet/src/include
Date: Wed, 24 Jul 2013 13:39:30 +0200

Author: dold
Date: 2013-07-24 13:39:30 +0200 (Wed, 24 Jul 2013)
New Revision: 28296

Modified:
   gnunet/src/include/gnunet_protocols.h
Log:
- msg type added


Modified: gnunet/src/include/gnunet_protocols.h
===================================================================
--- gnunet/src/include/gnunet_protocols.h       2013-07-24 11:06:57 UTC (rev 
28295)
+++ gnunet/src/include/gnunet_protocols.h       2013-07-24 11:39:30 UTC (rev 
28296)
@@ -1755,8 +1755,23 @@
  */
 #define GNUNET_MESSAGE_TYPE_SET_P2P_DONE 586
 
+/**
+ * Start iteration over set elements.
+ */
+#define GNUNET_MESSAGE_TYPE_SET_ITER_REQUEST 587
 
+/**
+ * Element result for the iterating client.
+ */
+#define GNUNET_MESSAGE_TYPE_SET_ITER_ELEMENT 588
 
+/**
+ * Iteration end marker for the client.
+ */
+#define GNUNET_MESSAGE_TYPE_SET_ITER_DONE 589
+
+
+
 
/*******************************************************************************
  * TESTBED LOGGER message types
  
******************************************************************************/




reply via email to

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