aboutsummaryrefslogtreecommitdiff
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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/consensus/consensus_protocol.h b/src/consensus/consensus_protocol.h
index 105708ee9..c84aad263 100644
--- a/src/consensus/consensus_protocol.h
+++ b/src/consensus/consensus_protocol.h
@@ -49,13 +49,15 @@ struct StrataMessage
49 49
50struct DifferenceDigest 50struct DifferenceDigest
51{ 51{
52
53 struct GNUNET_MessageHeader header; 52 struct GNUNET_MessageHeader header;
53 uint8_t order;
54 uint8_t round;
54}; 55};
55 56
56struct Element 57struct Element
57{ 58{
58 struct GNUNET_MessageHeader header; 59 struct GNUNET_MessageHeader header;
60 struct GNUNET_HashCode hash;
59}; 61};
60 62
61struct ConsensusHello 63struct ConsensusHello