aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/gnunet_protocols.h23
1 files changed, 1 insertions, 22 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index e67e35f38..3b05fb8bb 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1648,29 +1648,8 @@ extern "C" {
1648 */ 1648 */
1649#define GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_ELEMENTS_REPORT 545 1649#define GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_ELEMENTS_REPORT 545
1650 1650
1651/*
1652 * Initialization message for consensus p2p communication.
1653 */
1654#define GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_HELLO 546
1655
1656/**
1657 * Report that the peer is synced with the partner after successfuly decoding
1658 * the invertible bloom filter.
1659 */
1660#define GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_SYNCED 547
1661
1662/**
1663 * Interaction os over, got synched and reported all elements
1664 */
1665#define GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_FIN 548
1666
1667/**
1668 * Abort a round, don't send requested elements anymore
1669 */
1670#define GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_ABORT 548
1671
1672/** 1651/**
1673 * Abort a round, don't send requested elements anymore 1652 * Provide context for a consensus round.
1674 */ 1653 */
1675#define GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_ROUND_CONTEXT 547 1654#define GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_ROUND_CONTEXT 547
1676 1655