aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testbed_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-14 17:22:13 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-14 17:22:13 +0100
commitc0f407c9d3cfa50c3378ebbfc0885e20c84dd0ef (patch)
tree0172526a73ff97b569f3e66d12d6fe54bf181a33 /src/include/gnunet_testbed_service.h
parentc90b5703c88339f7bdf909b77a45ea93c21792cd (diff)
downloadgnunet-c0f407c9d3cfa50c3378ebbfc0885e20c84dd0ef.tar.gz
gnunet-c0f407c9d3cfa50c3378ebbfc0885e20c84dd0ef.zip
misc spelling issues
Diffstat (limited to 'src/include/gnunet_testbed_service.h')
-rw-r--r--src/include/gnunet_testbed_service.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h
index 03c372623..70cbfa90d 100644
--- a/src/include/gnunet_testbed_service.h
+++ b/src/include/gnunet_testbed_service.h
@@ -417,12 +417,12 @@ struct GNUNET_TESTBED_ControllerProc;
417 417
418 418
419/** 419/**
420 * Callback to signal successfull startup of the controller process 420 * Callback to signal successful startup of the controller process
421 * 421 *
422 * @param cls the closure from GNUNET_TESTBED_controller_start() 422 * @param cls the closure from GNUNET_TESTBED_controller_start()
423 * @param cfg the configuration with which the controller has been started; 423 * @param cfg the configuration with which the controller has been started;
424 * NULL if status is not #GNUNET_OK 424 * NULL if status is not #GNUNET_OK
425 * @param status #GNUNET_OK if the startup is successfull; #GNUNET_SYSERR if not, 425 * @param status #GNUNET_OK if the startup is successful; #GNUNET_SYSERR if not,
426 * GNUNET_TESTBED_controller_stop() shouldn't be called in this case 426 * GNUNET_TESTBED_controller_stop() shouldn't be called in this case
427 */ 427 */
428typedef void 428typedef void
@@ -770,7 +770,7 @@ struct GNUNET_TESTBED_PeerInformation
770 * @param op the operation this callback corresponds to 770 * @param op the operation this callback corresponds to
771 * @param pinfo the result; will be NULL if the operation has failed 771 * @param pinfo the result; will be NULL if the operation has failed
772 * @param emsg error message if the operation has failed; will be NULL if the 772 * @param emsg error message if the operation has failed; will be NULL if the
773 * operation is successfull 773 * operation is successful
774 */ 774 */
775typedef void 775typedef void
776(*GNUNET_TESTBED_PeerInfoCallback) (void *cb_cls, 776(*GNUNET_TESTBED_PeerInfoCallback) (void *cb_cls,
@@ -1364,7 +1364,7 @@ GNUNET_TESTBED_get_index (const struct GNUNET_TESTBED_Peer *peer);
1364 1364
1365 1365
1366/** 1366/**
1367 * Handle for testbed run helper funtions 1367 * Handle for testbed run helper functions
1368 */ 1368 */
1369struct GNUNET_TESTBED_RunHandle; 1369struct GNUNET_TESTBED_RunHandle;
1370 1370
@@ -1452,7 +1452,7 @@ GNUNET_TESTBED_run (const char *host_filename,
1452 * the program is stopped without 'master' ever being run. 1452 * the program is stopped without 'master' ever being run.
1453 * 1453 *
1454 * NOTE: this function should be called from 'main', NOT from 1454 * NOTE: this function should be called from 'main', NOT from
1455 * within a GNUNET_SCHEDULER-loop. This function will initialze 1455 * within a GNUNET_SCHEDULER-loop. This function will initialize
1456 * the scheduler loop, the testbed and then pass control to 1456 * the scheduler loop, the testbed and then pass control to
1457 * 'master'. 1457 * 'master'.
1458 * 1458 *
@@ -1537,7 +1537,7 @@ enum GNUNET_TESTBED_BarrierStatus
1537 * invalid to call GNUNET_TESTBED_barrier_cancel() on a crossed or 1537 * invalid to call GNUNET_TESTBED_barrier_cancel() on a crossed or
1538 * errored barrier. 1538 * errored barrier.
1539 * @param emsg if the status were to be #GNUNET_SYSERR, this parameter has the 1539 * @param emsg if the status were to be #GNUNET_SYSERR, this parameter has the
1540 * error messsage 1540 * error message
1541 */ 1541 */
1542typedef void 1542typedef void
1543(*GNUNET_TESTBED_barrier_status_cb) (void *cls, 1543(*GNUNET_TESTBED_barrier_status_cb) (void *cls,
@@ -1585,7 +1585,7 @@ struct GNUNET_TESTBED_BarrierWaitHandle;
1585 1585
1586 1586
1587/** 1587/**
1588 * Functions of this type are to be given as acallback argumetn to 1588 * Functions of this type are to be given as acallback argument to
1589 * GNUNET_TESTBED_barrier_wait(). The callback will be called when the barrier 1589 * GNUNET_TESTBED_barrier_wait(). The callback will be called when the barrier
1590 * corresponding given in GNUNET_TESTBED_barrier_wait() is crossed or cancelled. 1590 * corresponding given in GNUNET_TESTBED_barrier_wait() is crossed or cancelled.
1591 * 1591 *