From 8c669666c7756352e9cb93e48e973e1785bfc43f Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 10 Feb 2014 00:30:23 +0000 Subject: - correct handling of timeouts in consensus - fixed segfault in secretsharing profiler --- src/consensus/consensus_protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/consensus/consensus_protocol.h') 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 */ struct GNUNET_MessageHeader header; uint32_t round; - uint32_t exp_round; + uint32_t exp_repetition; uint32_t exp_subround; }; -- cgit v1.2.3