From 0d6e1036ad64d341651d113e3427323a157353d3 Mon Sep 17 00:00:00 2001 From: Christian Fuchs Date: Thu, 14 Nov 2013 16:48:49 +0000 Subject: added new msg type more work on intersection --- src/include/gnunet_protocols.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h index 3a44c97f6..856daf6c2 100644 --- a/src/include/gnunet_protocols.h +++ b/src/include/gnunet_protocols.h @@ -1871,10 +1871,15 @@ extern "C" */ #define GNUNET_MESSAGE_TYPE_SET_ITER_DONE 589 +/** + * Information about the element count for intersection + */ +#define GNUNET_MESSAGE_TYPE_SET_INTERSECTION_P2P_ELEMENT_INFO 591 + /** * Bloom filter message for intersection exchange started by Bob. */ -#define GNUNET_MESSAGE_TYPE_SET_INTERSECTION_P2P_BF 591 +#define GNUNET_MESSAGE_TYPE_SET_INTERSECTION_P2P_BF 592 /******************************************************************************* * TESTBED LOGGER message types -- cgit v1.2.3