aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testbed_service.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-09-02 11:17:10 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-09-02 11:17:10 +0000
commitc9c4ef49195c329851ea68471ccddee6bdff82b4 (patch)
tree84267532c7eee8e1e73635a1a34941adf8df1a23 /src/include/gnunet_testbed_service.h
parent982b6993330bf9fb1323ff5e24577f8836df8dd4 (diff)
downloadgnunet-c9c4ef49195c329851ea68471ccddee6bdff82b4.tar.gz
gnunet-c9c4ef49195c329851ea68471ccddee6bdff82b4.zip
input checks
Diffstat (limited to 'src/include/gnunet_testbed_service.h')
-rw-r--r--src/include/gnunet_testbed_service.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h
index b8e0cf3f7..39b356fa0 100644
--- a/src/include/gnunet_testbed_service.h
+++ b/src/include/gnunet_testbed_service.h
@@ -1127,7 +1127,8 @@ GNUNET_TESTBED_destroy (struct GNUNET_TESTBED_Testbed *testbed);
1127 * @param host_filename name of the file with the 'hosts', NULL 1127 * @param host_filename name of the file with the 'hosts', NULL
1128 * to run everything on 'localhost' 1128 * to run everything on 'localhost'
1129 * @param cfg configuration to use (for testbed, controller and peers) 1129 * @param cfg configuration to use (for testbed, controller and peers)
1130 * @param num_peers number of peers to start; FIXME: maybe put that ALSO into cfg? 1130 * @param num_peers number of peers to start; FIXME: maybe put that ALSO into
1131 * cfg?; should be greater than 0
1131 * @param event_mask bit mask with set of events to call 'cc' for; 1132 * @param event_mask bit mask with set of events to call 'cc' for;
1132 * or-ed values of "1LL" shifted by the 1133 * or-ed values of "1LL" shifted by the
1133 * respective 'enum GNUNET_TESTBED_EventType' 1134 * respective 'enum GNUNET_TESTBED_EventType'
@@ -1182,7 +1183,7 @@ typedef void (*GNUNET_TESTBED_TestMaster)(void *cls,
1182 * @param testname name of the testcase (to configure logging, etc.) 1183 * @param testname name of the testcase (to configure logging, etc.)
1183 * @param cfg_filename configuration filename to use 1184 * @param cfg_filename configuration filename to use
1184 * (for testbed, controller and peers) 1185 * (for testbed, controller and peers)
1185 * @param num_peers number of peers to start 1186 * @param num_peers number of peers to start; should be greter than 0
1186 * @param test_master task to run once the test is ready 1187 * @param test_master task to run once the test is ready
1187 * @param test_master_cls closure for 'task'. 1188 * @param test_master_cls closure for 'task'.
1188 */ 1189 */