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.h19
1 files changed, 12 insertions, 7 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 1101359dd..dd655dd98 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1726,19 +1726,24 @@ extern "C"
1726#define GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_ELEMENTS_REQUEST 544 1726#define GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_ELEMENTS_REQUEST 544
1727 1727
1728/** 1728/**
1729 * Elements that a peer misses locally.
1730 */
1731#define GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_ELEMENTS_MISSING_LOCAL 545
1732
1733/**
1734 * Elements that a peer reports to be missing at the remote peer. 1729 * Elements that a peer reports to be missing at the remote peer.
1735 */ 1730 */
1736#define GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_ELEMENTS_MISSING_REMOTE 546 1731#define GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_ELEMENTS_REPORT 545
1737 1732
1738/* 1733/*
1739 * Initialization message for consensus p2p communication. 1734 * Initialization message for consensus p2p communication.
1740 */ 1735 */
1741#define GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_HELLO 547 1736#define GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_HELLO 546
1737
1738/**
1739 * Report that the peer is synced with the partner after successfuly decoding the invertible bloom filter.
1740 */
1741#define GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_SYNCED 547
1742
1743/**
1744 * Interaction os over, got synched and reported all elements
1745 */
1746#define GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_FIN 548
1742 1747
1743 1748
1744/** 1749/**