aboutsummaryrefslogtreecommitdiff
path: root/src/consensus
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2013-06-25 23:37:13 +0000
committerFlorian Dold <florian.dold@gmail.com>2013-06-25 23:37:13 +0000
commit4340fe90fc88c79a1f90b52ced9acfef6719b8be (patch)
treef7c3af808fed7bd672c8de2c644b6199aa688b0e /src/consensus
parent298adbb1d8ac5355e925c69fae5706518c18d8e9 (diff)
downloadgnunet-4340fe90fc88c79a1f90b52ced9acfef6719b8be.tar.gz
gnunet-4340fe90fc88c79a1f90b52ced9acfef6719b8be.zip
doxygen
Diffstat (limited to 'src/consensus')
-rw-r--r--src/consensus/consensus_api.c2
-rw-r--r--src/consensus/gnunet-service-consensus.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/consensus/consensus_api.c b/src/consensus/consensus_api.c
index 684580755..a1dc40826 100644
--- a/src/consensus/consensus_api.c
+++ b/src/consensus/consensus_api.c
@@ -141,7 +141,7 @@ handle_new_element (void *cls,
141 * that the conclusion is over. 141 * that the conclusion is over.
142 * 142 *
143 * @param cls consensus handle 143 * @param cls consensus handle
144 * @param mh conclude done message 144 * @param msg conclude done message
145 */ 145 */
146static void 146static void
147handle_conclude_done (void *cls, 147handle_conclude_done (void *cls,
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,