From 7e7725d9e354fb94e9af9cdbcb49372836b41fb3 Mon Sep 17 00:00:00 2001 From: Christian Fuchs Date: Thu, 7 Nov 2013 09:37:07 +0000 Subject: [PATCH] added missing message type --- src/include/gnunet_protocols.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h index 4c0c1312f..1c3788880 100644 --- a/src/include/gnunet_protocols.h +++ b/src/include/gnunet_protocols.h @@ -1849,6 +1849,10 @@ extern "C" */ #define GNUNET_MESSAGE_TYPE_SET_ITER_DONE 589 +/** + * Bloom filter message for intersection exchange started by Bob. + */ +#define GNUNET_MESSAGE_TYPE_SET_INTERSECTION_P2P_BF 591 /******************************************************************************* * TESTBED LOGGER message types -- 2.25.1