summaryrefslogtreecommitdiff
path: root/src/consensus/consensus_protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/consensus/consensus_protocol.h')
-rw-r--r--src/consensus/consensus_protocol.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/consensus/consensus_protocol.h b/src/consensus/consensus_protocol.h
index af4d74100..4e0673c7d 100644
--- a/src/consensus/consensus_protocol.h
+++ b/src/consensus/consensus_protocol.h
@@ -38,12 +38,15 @@ GNUNET_NETWORK_STRUCT_BEGIN
38/** 38/**
39 * Sent as context message for set reconciliation. 39 * Sent as context message for set reconciliation.
40 */ 40 */
41struct ConsensusRoundMessage 41struct GNUNET_CONSENSUS_RoundContextMessage
42{ 42{
43 /**
44 * Type: GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_ROUND_CONTEXT
45 */
43 struct GNUNET_MessageHeader header; 46 struct GNUNET_MessageHeader header;
44 uint8_t round; 47 uint32_t round;
45 uint8_t exp_round; 48 uint32_t exp_round;
46 uint8_t exp_subround; 49 uint32_t exp_subround;
47}; 50};
48 51
49GNUNET_NETWORK_STRUCT_END 52GNUNET_NETWORK_STRUCT_END