aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-08-26 20:51:21 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2022-08-30 09:41:59 +0200
commit9f2566910ef020cee7a031605137775b3cb3f32b (patch)
tree6bb7dbc6df9fb4d6168ef22cbc209cf30fa3fda0 /src/include
parente663191220af0827a8ffb8bf701edbd48138993f (diff)
downloadgnunet-9f2566910ef020cee7a031605137775b3cb3f32b.tar.gz
gnunet-9f2566910ef020cee7a031605137775b3cb3f32b.zip
-First pass through CONSENSUS subsystem
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_consensus_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_consensus_service.h b/src/include/gnunet_consensus_service.h
index 44e628fa7..1d2ec63cd 100644
--- a/src/include/gnunet_consensus_service.h
+++ b/src/include/gnunet_consensus_service.h
@@ -81,8 +81,8 @@ struct GNUNET_CONSENSUS_Handle;
81 * Create a consensus session. The set being reconciled is initially 81 * Create a consensus session. The set being reconciled is initially
82 * empty. 82 * empty.
83 * 83 *
84 * @param cfg 84 * @param cfg configuration to use for connecting to the consensus service
85 * @param num_peers 85 * @param num_peers number of peers in the peers array
86 * @param peers array of peers participating in this consensus session 86 * @param peers array of peers participating in this consensus session
87 * Inclusion of the local peer is optional. 87 * Inclusion of the local peer is optional.
88 * @param session_id session identifier 88 * @param session_id session identifier