aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_testbed.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-09-09 07:27:05 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-09-09 07:27:05 +0000
commit495ebe5987dbf7562d55e9d6a5751d78ae35ffc2 (patch)
tree1e659c15aa19a610c1faafbed48f0507532739f0 /src/testbed/testbed_api_testbed.c
parent5c9762088c564d7188e23e538b74a86d2eb0a972 (diff)
downloadgnunet-495ebe5987dbf7562d55e9d6a5751d78ae35ffc2.tar.gz
gnunet-495ebe5987dbf7562d55e9d6a5751d78ae35ffc2.zip
-doxygen
Diffstat (limited to 'src/testbed/testbed_api_testbed.c')
-rw-r--r--src/testbed/testbed_api_testbed.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/testbed/testbed_api_testbed.c b/src/testbed/testbed_api_testbed.c
index 76aec1d97..bc89638a4 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,
413/** 413/**
414 * Stops the testbed run and releases any used resources 414 * Stops the testbed run and releases any used resources
415 * 415 *
416 * @param rc the tesbed run handle 416 * @param cls the tesbed run handle
417 * @param tc the task context from scheduler 417 * @param tc the task context from scheduler
418 */ 418 */
419void 419void
@@ -471,11 +471,12 @@ shutdown_run_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
471 * respective 'enum GNUNET_TESTBED_EventType' 471 * respective 'enum GNUNET_TESTBED_EventType'
472 * (i.e. "(1LL << GNUNET_TESTBED_ET_CONNECT) || ...") 472 * (i.e. "(1LL << GNUNET_TESTBED_ET_CONNECT) || ...")
473 * @param cc controller callback to invoke on events; This callback is called 473 * @param cc controller callback to invoke on events; This callback is called
474 * for all peer start events even if GNUNET_TESTBED_ET_PEER_START isn't 474 * for all peer start events even if GNUNET_TESTBED_ET_PEER_START isn't
475 * set in the event_mask as this is the only way get access to the 475 * set in the event_mask as this is the only way get access to the
476 * handle of each peer 476 * handle of each peer
477 * @param cc_cls closure for cc 477 * @param cc_cls closure for cc
478 * @param master task to run once the testbed is ready 478 * @param master task to run once the testbed is ready
479 * @param master_cls
479 */ 480 */
480void 481void
481GNUNET_TESTBED_run (const char *host_filename, 482GNUNET_TESTBED_run (const char *host_filename,