aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorChristian Fuchs <christian.fuchs@cfuchs.net>2013-12-16 16:14:09 +0000
committerChristian Fuchs <christian.fuchs@cfuchs.net>2013-12-16 16:14:09 +0000
commitaa35fc15e22f972072d9e091b01e3a3c70e598f0 (patch)
treee089fbc23eaf185400193af8d1529b22b1570429 /src/include/gnunet_protocols.h
parent11f1a50939e73ce6fd193518f17bbc99ee430264 (diff)
downloadgnunet-aa35fc15e22f972072d9e091b01e3a3c70e598f0.tar.gz
gnunet-aa35fc15e22f972072d9e091b01e3a3c70e598f0.zip
- finished work on multipart sending in intersection
- added getter for addressesPerElement from a bloomfilter - added multipart message format for intersection - added multipart message type for intersection
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index ea150c52f..9d458ca1c 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1839,6 +1839,11 @@ extern "C"
1839 */ 1839 */
1840#define GNUNET_MESSAGE_TYPE_SET_INTERSECTION_P2P_BF 592 1840#define GNUNET_MESSAGE_TYPE_SET_INTERSECTION_P2P_BF 592
1841 1841
1842/**
1843 * Bloom filter message for intersection exchange started by Bob.
1844 */
1845#define GNUNET_MESSAGE_TYPE_SET_INTERSECTION_P2P_BF_PART 593
1846
1842/******************************************************************************* 1847/*******************************************************************************
1843 * TESTBED LOGGER message types 1848 * TESTBED LOGGER message types
1844 ******************************************************************************/ 1849 ******************************************************************************/