aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_testbed.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/testbed_api_testbed.c')
-rw-r--r--src/testbed/testbed_api_testbed.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/testbed/testbed_api_testbed.c b/src/testbed/testbed_api_testbed.c
index 1aa344e99..e9b9979ce 100644
--- a/src/testbed/testbed_api_testbed.c
+++ b/src/testbed/testbed_api_testbed.c
@@ -135,7 +135,7 @@ enum State
135 135
136 136
137/** 137/**
138 * Context for host compability checks 138 * Context for host compatibility checks
139 */ 139 */
140struct CompatibilityCheckContext 140struct CompatibilityCheckContext
141{ 141{
@@ -145,7 +145,7 @@ struct CompatibilityCheckContext
145 struct GNUNET_TESTBED_RunHandle *rc; 145 struct GNUNET_TESTBED_RunHandle *rc;
146 146
147 /** 147 /**
148 * Handle for the compability check 148 * Handle for the compatibility check
149 */ 149 */
150 struct GNUNET_TESTBED_HostHabitableCheckHandle *h; 150 struct GNUNET_TESTBED_HostHabitableCheckHandle *h;
151 151
@@ -307,7 +307,7 @@ struct GNUNET_TESTBED_RunHandle
307 unsigned int num_peers; 307 unsigned int num_peers;
308 308
309 /** 309 /**
310 * Expected overlay connects. Should be zero if no topology is relavant 310 * Expected overlay connects. Should be zero if no topology is relevant
311 */ 311 */
312 unsigned int num_oc; 312 unsigned int num_oc;
313 313
@@ -1043,12 +1043,12 @@ register_hosts (void *cls)
1043 1043
1044 1044
1045/** 1045/**
1046 * Callback to signal successfull startup of the controller process 1046 * Callback to signal successful startup of the controller process
1047 * 1047 *
1048 * @param cls the closure from GNUNET_TESTBED_controller_start() 1048 * @param cls the closure from GNUNET_TESTBED_controller_start()
1049 * @param cfg the configuration with which the controller has been started; 1049 * @param cfg the configuration with which the controller has been started;
1050 * NULL if status is not GNUNET_OK 1050 * NULL if status is not GNUNET_OK
1051 * @param status GNUNET_OK if the startup is successfull; GNUNET_SYSERR if not, 1051 * @param status GNUNET_OK if the startup is successful; GNUNET_SYSERR if not,
1052 * GNUNET_TESTBED_controller_stop() shouldn't be called in this case 1052 * GNUNET_TESTBED_controller_stop() shouldn't be called in this case
1053 */ 1053 */
1054static void 1054static void