aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorChristian Fuchs <christian.fuchs@cfuchs.net>2013-11-07 15:45:14 +0000
committerChristian Fuchs <christian.fuchs@cfuchs.net>2013-11-07 15:45:14 +0000
commit7961175bdde4e1efe2140e04caa6e600d41bcf90 (patch)
tree1d7fd0decda1cc2a135e883887caf918e6944ee3 /src/include/gnunet_protocols.h
parent5e4d5baa9bb49dd2a0e9b15f0687b6609ceaa52e (diff)
downloadgnunet-7961175bdde4e1efe2140e04caa6e600d41bcf90.tar.gz
gnunet-7961175bdde4e1efe2140e04caa6e600d41bcf90.zip
added bloomfilter message struct
renamed set-union specific message types added set-intersection specific message type added intersection cancel API implementation added intersection create API implementation added intersection destroy API implementation added intersection peer_disconnect API implementation added intersection accept API imlementation stub added many prototypes for intersection operation handlers
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 851f28d86..5e4956088 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1817,12 +1817,12 @@ extern "C"
1817/** 1817/**
1818 * Strata estimator. 1818 * Strata estimator.
1819 */ 1819 */
1820#define GNUNET_MESSAGE_TYPE_SET_P2P_SE 582 1820#define GNUNET_MESSAGE_TYPE_SET_UNION_P2P_SE 582
1821 1821
1822/** 1822/**
1823 * Invertible bloom filter. 1823 * Invertible bloom filter.
1824 */ 1824 */
1825#define GNUNET_MESSAGE_TYPE_SET_P2P_IBF 583 1825#define GNUNET_MESSAGE_TYPE_SET_UNION_P2P_IBF 583
1826 1826
1827/** 1827/**
1828 * Actual set elements. 1828 * Actual set elements.