aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
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