aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Fuchs <christian.fuchs@cfuchs.net>2013-11-07 09:37:07 +0000
committerChristian Fuchs <christian.fuchs@cfuchs.net>2013-11-07 09:37:07 +0000
commit7e7725d9e354fb94e9af9cdbcb49372836b41fb3 (patch)
tree97a2de2d7aa055b18d4b6cc10e58f12a4e470dbb /src/include
parentf43d37c03f088f8c42301e9dba6aed6cb4d843cf (diff)
downloadgnunet-7e7725d9e354fb94e9af9cdbcb49372836b41fb3.tar.gz
gnunet-7e7725d9e354fb94e9af9cdbcb49372836b41fb3.zip
added missing message type
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h4
1 files changed, 4 insertions, 0 deletions
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"
1849 */ 1849 */
1850#define GNUNET_MESSAGE_TYPE_SET_ITER_DONE 589 1850#define GNUNET_MESSAGE_TYPE_SET_ITER_DONE 589
1851 1851
1852/**
1853 * Bloom filter message for intersection exchange started by Bob.
1854 */
1855#define GNUNET_MESSAGE_TYPE_SET_INTERSECTION_P2P_BF 591
1852 1856
1853/******************************************************************************* 1857/*******************************************************************************
1854 * TESTBED LOGGER message types 1858 * TESTBED LOGGER message types