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.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