From 9a92bbb515bd89d18cfe996890f67a41378307ef Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 22 May 2020 01:16:35 +0200 Subject: fix #6242 --- src/include/gnunet_protocols.h | 23 +---------------------- 1 file changed, 1 insertion(+), 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" { */ #define GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_ELEMENTS_REPORT 545 -/* - * Initialization message for consensus p2p communication. - */ -#define GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_HELLO 546 - -/** - * Report that the peer is synced with the partner after successfuly decoding - * the invertible bloom filter. - */ -#define GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_SYNCED 547 - -/** - * Interaction os over, got synched and reported all elements - */ -#define GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_FIN 548 - -/** - * Abort a round, don't send requested elements anymore - */ -#define GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_ABORT 548 - /** - * Abort a round, don't send requested elements anymore + * Provide context for a consensus round. */ #define GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_ROUND_CONTEXT 547 -- cgit v1.2.3