aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h7
1 files changed, 6 insertions, 1 deletions
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
@@ -1872,9 +1872,14 @@ extern "C"
1872#define GNUNET_MESSAGE_TYPE_SET_ITER_DONE 589 1872#define GNUNET_MESSAGE_TYPE_SET_ITER_DONE 589
1873 1873
1874/** 1874/**
1875 * Information about the element count for intersection
1876 */
1877#define GNUNET_MESSAGE_TYPE_SET_INTERSECTION_P2P_ELEMENT_INFO 591
1878
1879/**
1875 * Bloom filter message for intersection exchange started by Bob. 1880 * Bloom filter message for intersection exchange started by Bob.
1876 */ 1881 */
1877#define GNUNET_MESSAGE_TYPE_SET_INTERSECTION_P2P_BF 591 1882#define GNUNET_MESSAGE_TYPE_SET_INTERSECTION_P2P_BF 592
1878 1883
1879/******************************************************************************* 1884/*******************************************************************************
1880 * TESTBED LOGGER message types 1885 * TESTBED LOGGER message types