aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/consensus_protocol.h
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2013-06-03 10:53:49 +0000
committerFlorian Dold <florian.dold@gmail.com>2013-06-03 10:53:49 +0000
commit68403fa780bf94ace2ebc13c2c09463cbbc0b57c (patch)
tree3442e4f25de90eab67c4f9813cb6e433c50b7482 /src/consensus/consensus_protocol.h
parentfae7f583f2e11cac15fefcbefef64287ab6915d3 (diff)
downloadgnunet-68403fa780bf94ace2ebc13c2c09463cbbc0b57c.tar.gz
gnunet-68403fa780bf94ace2ebc13c2c09463cbbc0b57c.zip
- conclude for SET
- consensus with SET
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