aboutsummaryrefslogtreecommitdiff
path: root/src/consensus
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2013-09-16 11:50:59 +0000
committerFlorian Dold <florian.dold@gmail.com>2013-09-16 11:50:59 +0000
commit246107de5371746690554b7a8a5206fc702a0907 (patch)
treeaab3c9a4fce968d0f18a817ff4efe87f013881b0 /src/consensus
parenta4ab01552e009d2f02d4b430e2b592133154c54e (diff)
downloadgnunet-246107de5371746690554b7a8a5206fc702a0907.tar.gz
gnunet-246107de5371746690554b7a8a5206fc702a0907.zip
- doxygen
Diffstat (limited to 'src/consensus')
-rw-r--r--src/consensus/gnunet-service-consensus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/consensus/gnunet-service-consensus.c b/src/consensus/gnunet-service-consensus.c
index a490ad7f4..97cfc414f 100644
--- a/src/consensus/gnunet-service-consensus.c
+++ b/src/consensus/gnunet-service-consensus.c
@@ -622,7 +622,7 @@ set_result_cb (void *cls,
622 * Compare the round the session is in with the round of the given context message. 622 * Compare the round the session is in with the round of the given context message.
623 * 623 *
624 * @param session a consensus session 624 * @param session a consensus session
625 * @param round a round context message 625 * @param ri a round context message
626 * @return 0 if it's the same round, -1 if the session is in an earlier round, 626 * @return 0 if it's the same round, -1 if the session is in an earlier round,
627 * 1 if the session is in a later round 627 * 1 if the session is in a later round
628 */ 628 */