gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r23718 - gnunet/src/testbed


From: gnunet
Subject: [GNUnet-SVN] r23718 - gnunet/src/testbed
Date: Sun, 9 Sep 2012 09:27:05 +0200

Author: harsha
Date: 2012-09-09 09:27:05 +0200 (Sun, 09 Sep 2012)
New Revision: 23718

Modified:
   gnunet/src/testbed/testbed_api_peers.c
   gnunet/src/testbed/testbed_api_test.c
   gnunet/src/testbed/testbed_api_testbed.c
Log:
-doxygen

Modified: gnunet/src/testbed/testbed_api_peers.c
===================================================================
--- gnunet/src/testbed/testbed_api_peers.c      2012-09-08 19:20:21 UTC (rev 
23717)
+++ gnunet/src/testbed/testbed_api_peers.c      2012-09-09 07:27:05 UTC (rev 
23718)
@@ -225,8 +225,8 @@
  * 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 *

Modified: gnunet/src/testbed/testbed_api_test.c
===================================================================
--- gnunet/src/testbed/testbed_api_test.c       2012-09-08 19:20:21 UTC (rev 
23717)
+++ gnunet/src/testbed/testbed_api_test.c       2012-09-09 07:27:05 UTC (rev 
23718)
@@ -120,7 +120,7 @@
  * @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,

Modified: gnunet/src/testbed/testbed_api_testbed.c
===================================================================
--- gnunet/src/testbed/testbed_api_testbed.c    2012-09-08 19:20:21 UTC (rev 
23717)
+++ gnunet/src/testbed/testbed_api_testbed.c    2012-09-09 07:27:05 UTC (rev 
23718)
@@ -413,7 +413,7 @@
 /**
  * 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 @@
  *                   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,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]