From: Christian Fuchs Date: Thu, 7 Nov 2013 09:37:07 +0000 (+0000) Subject: added missing message type X-Git-Tag: initial-import-from-subversion-38251~6210 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7e7725d9e354fb94e9af9cdbcb49372836b41fb3;p=oweals%2Fgnunet.git added missing message type --- 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