aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Fuchs <christian.fuchs@cfuchs.net>2013-11-14 16:48:49 +0000
committerChristian Fuchs <christian.fuchs@cfuchs.net>2013-11-14 16:48:49 +0000
commit0d6e1036ad64d341651d113e3427323a157353d3 (patch)
treeccd6286eddbdb4ce055209d9c1557bc3802fb45c /src/include
parentd67a1f6613ec4feadc99026f027483aff03f8381 (diff)
downloadgnunet-0d6e1036ad64d341651d113e3427323a157353d3.tar.gz
gnunet-0d6e1036ad64d341651d113e3427323a157353d3.zip
added new msg type
more work on intersection
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