aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/consensus_protocol.h
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2013-01-24 02:55:31 +0000
committerFlorian Dold <florian.dold@gmail.com>2013-01-24 02:55:31 +0000
commitf7eb3ed6bb391e9f87bcb3535bf04c4aeec2f7c1 (patch)
tree33a7d6f9fecf0c260a1b5b57403a9d13c6bbc859 /src/consensus/consensus_protocol.h
parentd6a27b576d197ac823e8494f351d43a78125a35f (diff)
downloadgnunet-f7eb3ed6bb391e9f87bcb3535bf04c4aeec2f7c1.tar.gz
gnunet-f7eb3ed6bb391e9f87bcb3535bf04c4aeec2f7c1.zip
implemented value exchange, various fixes
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