aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/consensus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/consensus/consensus.h')
-rw-r--r--src/consensus/consensus.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/consensus/consensus.h b/src/consensus/consensus.h
index f110b23b2..888213d55 100644
--- a/src/consensus/consensus.h
+++ b/src/consensus/consensus.h
@@ -34,7 +34,8 @@ GNUNET_NETWORK_STRUCT_BEGIN
34 * Sent by the client to the service, 34 * Sent by the client to the service,
35 * when the client wants the service to join a consensus session. 35 * when the client wants the service to join a consensus session.
36 */ 36 */
37struct GNUNET_CONSENSUS_JoinMessage { 37struct GNUNET_CONSENSUS_JoinMessage
38{
38 /** 39 /**
39 * Type: GNUNET_MESSAGE_TYPE_CONSENSUS_CLIENT_JOIN 40 * Type: GNUNET_MESSAGE_TYPE_CONSENSUS_CLIENT_JOIN
40 */ 41 */
@@ -68,7 +69,8 @@ struct GNUNET_CONSENSUS_JoinMessage {
68/** 69/**
69 * Message with an element 70 * Message with an element
70 */ 71 */
71struct GNUNET_CONSENSUS_ElementMessage { 72struct GNUNET_CONSENSUS_ElementMessage
73{
72 /** 74 /**
73 * Type: 75 * Type:
74 * Either GNUNET_MESSAGE_TYPE_CONSENSUS_CLIENT_RECEIVED_ELEMENT 76 * Either GNUNET_MESSAGE_TYPE_CONSENSUS_CLIENT_RECEIVED_ELEMENT