aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-02-23 15:15:33 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-02-23 17:47:38 +0100
commitd5af1252b2a83d75fe4a8f6e48e1d01ab027b553 (patch)
tree3138f19a619c8b1730aafd6b31f041e64a4f2622 /src/include/gnunet_protocols.h
parent0581ec4f88a81894a17ef4619a8ac2a0c3c7d061 (diff)
downloadgnunet-d5af1252b2a83d75fe4a8f6e48e1d01ab027b553.tar.gz
gnunet-d5af1252b2a83d75fe4a8f6e48e1d01ab027b553.zip
add set operation options
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index eeb9a8a92..a10c0ca5d 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1795,6 +1795,13 @@ extern "C"
1795 */ 1795 */
1796#define GNUNET_MESSAGE_TYPE_SET_COPY_LAZY_CONNECT 596 1796#define GNUNET_MESSAGE_TYPE_SET_COPY_LAZY_CONNECT 596
1797 1797
1798/**
1799 * Request all missing elements from the other peer,
1800 * based on their sets and the elements we previously sent
1801 * with #GNUNET_MESSAGE_TYPE_SET_P2P_ELEMENTS.
1802 */
1803#define GNUNET_MESSAGE_TYPE_SET_UNION_P2P_GET_MISSING 597
1804
1798 1805
1799/******************************************************************************* 1806/*******************************************************************************
1800 * TESTBED LOGGER message types 1807 * TESTBED LOGGER message types