-doxygen
authorSree Harsha Totakura <totakura@in.tum.de>
Sun, 9 Sep 2012 07:27:05 +0000 (07:27 +0000)
committerSree Harsha Totakura <totakura@in.tum.de>
Sun, 9 Sep 2012 07:27:05 +0000 (07:27 +0000)
src/testbed/testbed_api_peers.c
src/testbed/testbed_api_test.c
src/testbed/testbed_api_testbed.c

index 9465c66bb19946c3751d458a094cf547807785c7..619212def3abf6893d017c4b52ac23d01534e18d 100644 (file)
@@ -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 *
index 0a15b3db9070a6623aeec955ca128d89f186232f..580917aa76e0c50969c1b256b1e45efcf0217807 100644 (file)
@@ -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,
index 76aec1d977256a1795bd6c27eae67da77452bd07..bc89638a434e4191b3d5a7d02cbcee7de6eb5e0f 100644 (file)
@@ -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,