aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorharsha <harsha@140774ce-b5e7-0310-ab8b-a85725594a96>2012-09-09 07:27:05 +0000
committerharsha <harsha@140774ce-b5e7-0310-ab8b-a85725594a96>2012-09-09 07:27:05 +0000
commit4ada29764b7ac7111a405eeef5130815ec0926ef (patch)
tree1e659c15aa19a610c1faafbed48f0507532739f0 /src
parent88312e64afc08a190e6a9bd1a84e6f48dc86123c (diff)
-doxygen
git-svn-id: https://gnunet.org/svn/gnunet@23718 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src')
-rw-r--r--src/testbed/testbed_api_peers.c4
-rw-r--r--src/testbed/testbed_api_test.c2
-rw-r--r--src/testbed/testbed_api_testbed.c9
3 files changed, 8 insertions, 7 deletions
diff --git a/src/testbed/testbed_api_peers.c b/src/testbed/testbed_api_peers.c
index 9465c66bb1..619212def3 100644
--- a/src/testbed/testbed_api_peers.c
+++ b/src/testbed/testbed_api_peers.c
@@ -225,8 +225,8 @@ oprelease_peer_stop (void *cls)
* Generate PeerGetConfigurationMessage
*
* @param peer_id the id of the peer whose information we have to get
- * @param operation_id the ip of the operation that should be represented in
- * the message
+ * @param operation_id the ip of the operation that should be represented in the
+ * message
* @return the PeerGetConfigurationMessage
*/
struct GNUNET_TESTBED_PeerGetConfigurationMessage *
diff --git a/src/testbed/testbed_api_test.c b/src/testbed/testbed_api_test.c
index 0a15b3db90..580917aa76 100644
--- a/src/testbed/testbed_api_test.c
+++ b/src/testbed/testbed_api_test.c
@@ -120,7 +120,7 @@ master_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
* @param cls NULL
* @param args arguments passed to GNUNET_PROGRAM_run
* @param cfgfile the path to configuration file
- * @param cfg the configuration file handle
+ * @param config the configuration file handle
*/
static void
run (void *cls, char *const *args, const char *cfgfile,
diff --git a/src/testbed/testbed_api_testbed.c b/src/testbed/testbed_api_testbed.c
index 76aec1d977..bc89638a43 100644
--- a/src/testbed/testbed_api_testbed.c
+++ b/src/testbed/testbed_api_testbed.c
@@ -413,7 +413,7 @@ controller_status_cb (void *cls, const struct GNUNET_CONFIGURATION_Handle *cfg,
/**
* Stops the testbed run and releases any used resources
*
- * @param rc the tesbed run handle
+ * @param cls the tesbed run handle
* @param tc the task context from scheduler
*/
void
@@ -471,11 +471,12 @@ shutdown_run_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
* respective 'enum GNUNET_TESTBED_EventType'
* (i.e. "(1LL << GNUNET_TESTBED_ET_CONNECT) || ...")
* @param cc controller callback to invoke on events; This callback is called
- * for all peer start events even if GNUNET_TESTBED_ET_PEER_START isn't
- * set in the event_mask as this is the only way get access to the
- * handle of each peer
+ * for all peer start events even if GNUNET_TESTBED_ET_PEER_START isn't
+ * set in the event_mask as this is the only way get access to the
+ * handle of each peer
* @param cc_cls closure for cc
* @param master task to run once the testbed is ready
+ * @param master_cls
*/
void
GNUNET_TESTBED_run (const char *host_filename,