aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_hosts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/testbed_api_hosts.h')
-rw-r--r--src/testbed/testbed_api_hosts.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/testbed/testbed_api_hosts.h b/src/testbed/testbed_api_hosts.h
index 56cca624b..3cef4412a 100644
--- a/src/testbed/testbed_api_hosts.h
+++ b/src/testbed/testbed_api_hosts.h
@@ -233,5 +233,25 @@ GNUNET_TESTBED_host_handle_addhostconfirm_ (struct GNUNET_TESTBED_Controller *c,
233 GNUNET_TESTBED_HostConfirmedMessage 233 GNUNET_TESTBED_HostConfirmedMessage
234 *msg); 234 *msg);
235 235
236
237/**
238 * Sends termination signal to the controller's helper process
239 *
240 * @param cproc the handle to the controller's helper process
241 */
242void
243GNUNET_TESTBED_controller_kill_ (struct GNUNET_TESTBED_ControllerProc *cproc);
244
245
246/**
247 * Cleans-up the controller's helper process handle
248 *
249 * @param cproc the handle to the controller's helper process
250 */
251void
252GNUNET_TESTBED_controller_destroy_ (struct GNUNET_TESTBED_ControllerProc
253 *cproc);
254
255
236#endif 256#endif
237/* end of testbed_api_hosts.h */ 257/* end of testbed_api_hosts.h */