aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/consensus_protocol.h
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2014-02-10 00:30:23 +0000
committerFlorian Dold <florian.dold@gmail.com>2014-02-10 00:30:23 +0000
commit8c669666c7756352e9cb93e48e973e1785bfc43f (patch)
tree35aec89dd4164b3216244d03b1b6ed7ec0cbe9ed /src/consensus/consensus_protocol.h
parentf41fa68561b05a68dbcea690fbd10fda7d0d4460 (diff)
downloadgnunet-8c669666c7756352e9cb93e48e973e1785bfc43f.tar.gz
gnunet-8c669666c7756352e9cb93e48e973e1785bfc43f.zip
- correct handling of timeouts in consensus
- fixed segfault in secretsharing profiler
Diffstat (limited to 'src/consensus/consensus_protocol.h')
-rw-r--r--src/consensus/consensus_protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/consensus/consensus_protocol.h b/src/consensus/consensus_protocol.h
index 128ca2c16..e84768161 100644
--- a/src/consensus/consensus_protocol.h
+++ b/src/consensus/consensus_protocol.h
@@ -45,7 +45,7 @@ struct GNUNET_CONSENSUS_RoundContextMessage
45 */ 45 */
46 struct GNUNET_MessageHeader header; 46 struct GNUNET_MessageHeader header;
47 uint32_t round; 47 uint32_t round;
48 uint32_t exp_round; 48 uint32_t exp_repetition;
49 uint32_t exp_subround; 49 uint32_t exp_subround;
50}; 50};
51 51