aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/gnunet-service-consensus.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/consensus/gnunet-service-consensus.c')
-rw-r--r--src/consensus/gnunet-service-consensus.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/consensus/gnunet-service-consensus.c b/src/consensus/gnunet-service-consensus.c
index 1c2c78422..9cde0e46b 100644
--- a/src/consensus/gnunet-service-consensus.c
+++ b/src/consensus/gnunet-service-consensus.c
@@ -702,6 +702,7 @@ initialize_session_peer_list (struct ConsensusSession *session,
702 * Called when another peer wants to do a set operation with the 702 * Called when another peer wants to do a set operation with the
703 * local peer. 703 * local peer.
704 * 704 *
705 * @param cls closure
705 * @param other_peer the other peer 706 * @param other_peer the other peer
706 * @param context_msg message with application specific information from 707 * @param context_msg message with application specific information from
707 * the other peer 708 * the other peer
@@ -786,6 +787,7 @@ set_listen_cb (void *cls,
786 * Initialize the session, continue receiving messages from the owning client 787 * Initialize the session, continue receiving messages from the owning client
787 * 788 *
788 * @param session the session to initialize 789 * @param session the session to initialize
790 * @param join_msg the join message from the client
789 */ 791 */
790static void 792static void
791initialize_session (struct ConsensusSession *session, 793initialize_session (struct ConsensusSession *session,