diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-05-22 01:16:35 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-05-22 01:16:35 +0200 |
commit | 9a92bbb515bd89d18cfe996890f67a41378307ef (patch) | |
tree | 4ec76cef2273a5926b219241e7eb1d044ba721e3 | |
parent | 51194a29d0ca1284ae84e83eab92ac2a0e1f675a (diff) |
fix #6242
-rw-r--r-- | src/include/gnunet_protocols.h | 23 |
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" { */ #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 |