aboutsummaryrefslogtreecommitdiff
path: root/src/consensus
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-04-02 10:30:13 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-04-02 10:30:13 +0000
commita59b9fbcf5f6d05501b1d0b403abe41e7ac0e60e (patch)
tree6461d9d506c8e149fc55abc620665001f4fa32b4 /src/consensus
parent41d7bd8d2a4c54984366bd4493453f3f40a66624 (diff)
downloadgnunet-a59b9fbcf5f6d05501b1d0b403abe41e7ac0e60e.tar.gz
gnunet-a59b9fbcf5f6d05501b1d0b403abe41e7ac0e60e.zip
- doxygen
Diffstat (limited to 'src/consensus')
-rw-r--r--src/consensus/gnunet-consensus-start-peers.c4
-rw-r--r--src/consensus/gnunet-consensus.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/consensus/gnunet-consensus-start-peers.c b/src/consensus/gnunet-consensus-start-peers.c
index ad88b0f08..05ba05691 100644
--- a/src/consensus/gnunet-consensus-start-peers.c
+++ b/src/consensus/gnunet-consensus-start-peers.c
@@ -110,8 +110,8 @@ controller_cb(void *cls,
110 * 110 *
111 * @param cls closure 111 * @param cls closure
112 * @param num_peers number of peers in 'peers' 112 * @param num_peers number of peers in 'peers'
113 * @param peers handle to peers run in the testbed. NULL upon timeout (see 113 * @param started_peers handle to peers being run in the testbed. NULL upon
114 * GNUNET_TESTBED_test_run()). 114 * timeout (see GNUNET_TESTBED_test_run()).
115 * @param links_succeeded the number of overlay link connection attempts that 115 * @param links_succeeded the number of overlay link connection attempts that
116 * succeeded 116 * succeeded
117 * @param links_failed the number of overlay link connection attempts that 117 * @param links_failed the number of overlay link connection attempts that
diff --git a/src/consensus/gnunet-consensus.c b/src/consensus/gnunet-consensus.c
index 2524a20ca..9e9b89446 100644
--- a/src/consensus/gnunet-consensus.c
+++ b/src/consensus/gnunet-consensus.c
@@ -281,7 +281,7 @@ peer_info_cb (void *cb_cls,
281 * 281 *
282 * @param cls closure 282 * @param cls closure
283 * @param num_peers number of peers in 'peers' 283 * @param num_peers number of peers in 'peers'
284 * @param peers handle to peers run in the testbed. NULL upon timeout (see 284 * @param started_peers handle to peers run in the testbed. NULL upon timeout (see
285 * GNUNET_TESTBED_test_run()). 285 * GNUNET_TESTBED_test_run()).
286 * @param links_succeeded the number of overlay link connection attempts that 286 * @param links_succeeded the number of overlay link connection attempts that
287 * succeeded 287 * succeeded