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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index f478edd27..8822a6302 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1640,6 +1640,12 @@ extern "C"
1640 * Demand the whole element from the other 1640 * Demand the whole element from the other
1641 * peer, given only the hash code. 1641 * peer, given only the hash code.
1642 */ 1642 */
1643#define GNUNET_MESSAGE_TYPE_SET_UNION_P2P_REQUEST_FULL 565
1644
1645/**
1646 * Demand the whole element from the other
1647 * peer, given only the hash code.
1648 */
1643#define GNUNET_MESSAGE_TYPE_SET_UNION_P2P_DEMAND 566 1649#define GNUNET_MESSAGE_TYPE_SET_UNION_P2P_DEMAND 566
1644 1650
1645/** 1651/**