aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_consensus_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_consensus_service.h')
-rw-r--r--src/include/gnunet_consensus_service.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/include/gnunet_consensus_service.h b/src/include/gnunet_consensus_service.h
index 9387aa095..47a928d9c 100644
--- a/src/include/gnunet_consensus_service.h
+++ b/src/include/gnunet_consensus_service.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup Sets
23 * @{
24 *
22 * @author Florian Dold 25 * @author Florian Dold
23 * 26 *
24 * @file 27 * @file
@@ -40,6 +43,7 @@ extern "C"
40#endif 43#endif
41#endif 44#endif
42 45
46
43#include "gnunet_common.h" 47#include "gnunet_common.h"
44#include "gnunet_time_lib.h" 48#include "gnunet_time_lib.h"
45#include "gnunet_configuration_lib.h" 49#include "gnunet_configuration_lib.h"
@@ -78,8 +82,8 @@ struct GNUNET_CONSENSUS_Handle;
78 * Create a consensus session. The set being reconciled is initially 82 * Create a consensus session. The set being reconciled is initially
79 * empty. 83 * empty.
80 * 84 *
81 * @param cfg 85 * @param cfg configuration to use for connecting to the consensus service
82 * @param num_peers 86 * @param num_peers number of peers in the peers array
83 * @param peers array of peers participating in this consensus session 87 * @param peers array of peers participating in this consensus session
84 * Inclusion of the local peer is optional. 88 * Inclusion of the local peer is optional.
85 * @param session_id session identifier 89 * @param session_id session identifier
@@ -180,3 +184,5 @@ GNUNET_CONSENSUS_destroy (struct GNUNET_CONSENSUS_Handle *consensus);
180#endif 184#endif
181 185
182/** @} */ /* end of group */ 186/** @} */ /* end of group */
187
188/** @} */ /* end of group addition */