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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/consensus/consensus.h b/src/consensus/consensus.h
index 06a66caed..e3c84e6fe 100644
--- a/src/consensus/consensus.h
+++ b/src/consensus/consensus.h
@@ -30,6 +30,10 @@
30 30
31GNUNET_NETWORK_STRUCT_BEGIN 31GNUNET_NETWORK_STRUCT_BEGIN
32 32
33/**
34 * Sent by the client to the service,
35 * when the client wants the service to join a consensus session.
36 */
33struct GNUNET_CONSENSUS_JoinMessage 37struct GNUNET_CONSENSUS_JoinMessage
34{ 38{
35 /** 39 /**