aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-02-23 17:13:39 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-02-23 17:47:40 +0100
commitcaf375948ecc718bac6d75f415cc1c8324a9199c (patch)
treea4afe993f3c5ec837df026b72790e1349bb45387 /src/include
parentd5af1252b2a83d75fe4a8f6e48e1d01ab027b553 (diff)
downloadgnunet-caf375948ecc718bac6d75f415cc1c8324a9199c.tar.gz
gnunet-caf375948ecc718bac6d75f415cc1c8324a9199c.zip
implement union via sending whole set
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index a10c0ca5d..f478edd27 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1800,7 +1800,13 @@ extern "C"
1800 * based on their sets and the elements we previously sent 1800 * based on their sets and the elements we previously sent
1801 * with #GNUNET_MESSAGE_TYPE_SET_P2P_ELEMENTS. 1801 * with #GNUNET_MESSAGE_TYPE_SET_P2P_ELEMENTS.
1802 */ 1802 */
1803#define GNUNET_MESSAGE_TYPE_SET_UNION_P2P_GET_MISSING 597 1803#define GNUNET_MESSAGE_TYPE_SET_UNION_P2P_FULL_DONE 597
1804
1805/**
1806 * Send a set element, not as response to a demand but because
1807 * we're sending the full set.
1808 */
1809#define GNUNET_MESSAGE_TYPE_SET_UNION_P2P_FULL_ELEMENT 598
1804 1810
1805 1811
1806/******************************************************************************* 1812/*******************************************************************************