aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testbed_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_testbed_service.h')
-rw-r--r--src/include/gnunet_testbed_service.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h
index 8888d781e..d6c4354fe 100644
--- a/src/include/gnunet_testbed_service.h
+++ b/src/include/gnunet_testbed_service.h
@@ -429,10 +429,11 @@ typedef void (*GNUNET_TESTBED_ControllerStatusCallback) (void *cls,
429 * configuration (port numbers, unix domain sockets and service home 429 * configuration (port numbers, unix domain sockets and service home
430 * values are changed as per TESTING library on the remote host) 430 * values are changed as per TESTING library on the remote host)
431 * @param cb function called when the controller is successfully started or 431 * @param cb function called when the controller is successfully started or
432 * dies unexpectedly; GNUNET_TESTBED_controller_stop shouldn't be 432 * dies unexpectedly; GNUNET_TESTBED_controller_stop shouldn't be
433 * called if cb is called with GNUNET_SYSERR as status. Will never be 433 * called if cb is called with GNUNET_SYSERR as status. Will never be
434 * called in the same task as 'GNUNET_TESTBED_controller_start' 434 * called in the same task as 'GNUNET_TESTBED_controller_start'
435 * (synchronous errors will be signalled by returning NULL) 435 * (synchronous errors will be signalled by returning NULL). This
436 * parameter cannot be NULL.
436 * @param cls closure for above callbacks 437 * @param cls closure for above callbacks
437 * @return the controller process handle, NULL on errors 438 * @return the controller process handle, NULL on errors
438 */ 439 */