aboutsummaryrefslogtreecommitdiff
path: root/src/testbed
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
parent5c9762088c564d7188e23e538b74a86d2eb0a972 (diff)
downloadgnunet-495ebe5987dbf7562d55e9d6a5751d78ae35ffc2.tar.gz
gnunet-495ebe5987dbf7562d55e9d6a5751d78ae35ffc2.zip
-doxygen
Diffstat (limited to 'src/testbed')
-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 9465c66bb..619212def 100644
--- a/src/testbed/testbed_api_peers.c
+++ b/src/testbed/testbed_api_peers.c
@@ -225,8 +225,8 @@ oprelease_peer_stop (void *cls)
225 * Generate PeerGetConfigurationMessage 225 * Generate PeerGetConfigurationMessage
226 * 226 *
227 * @param peer_id the id of the peer whose information we have to get 227 * @param peer_id the id of the peer whose information we have to get
228 * @param operation_id the ip of the operation that should be represented in 228 * @param operation_id the ip of the operation that should be represented in the
229 * the message 229 * message
230 * @return the PeerGetConfigurationMessage 230 * @return the PeerGetConfigurationMessage
231 */ 231 */
232struct GNUNET_TESTBED_PeerGetConfigurationMessage * 232struct GNUNET_TESTBED_PeerGetConfigurationMessage *
diff --git a/src/testbed/testbed_api_test.c b/src/testbed/testbed_api_test.c
index 0a15b3db9..580917aa7 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)
120 * @param cls NULL 120 * @param cls NULL
121 * @param args arguments passed to GNUNET_PROGRAM_run 121 * @param args arguments passed to GNUNET_PROGRAM_run
122 * @param cfgfile the path to configuration file 122 * @param cfgfile the path to configuration file
123 * @param cfg the configuration file handle 123 * @param config the configuration file handle
124 */ 124 */
125static void 125static void
126run (void *cls, char *const *args, const char *cfgfile, 126run (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 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,