Here's another patch for GNUNet's scheduler. It's a smaller version of my last
[oweals/gnunet.git] / src / include / gnunet_protocols.h
index 8fc1cd6e6ad92304d55e2193e7249937ce018476..9d458ca1cf6d4ea23c18ebcbad7f166bfbcb59ff 100644 (file)
@@ -1839,6 +1839,11 @@ extern "C"
  */
 #define GNUNET_MESSAGE_TYPE_SET_INTERSECTION_P2P_BF 592
 
+/**
+ * Bloom filter message for intersection exchange started by Bob.
+ */
+#define GNUNET_MESSAGE_TYPE_SET_INTERSECTION_P2P_BF_PART 593
+
 /*******************************************************************************
  * TESTBED LOGGER message types
  ******************************************************************************/
@@ -2289,7 +2294,7 @@ extern "C"
  * The cryptosystem has been established.
  * Contains the peer's share.
  */
-#define GNUNET_MESSAGE_TYPE_SECRETSHARING_CLIENT_ESTABLISHED 783
+#define GNUNET_MESSAGE_TYPE_SECRETSHARING_CLIENT_SECRET_READY 783