aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/testbed_api.c')
-rw-r--r--src/testbed/testbed_api.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/testbed/testbed_api.c b/src/testbed/testbed_api.c
index e9a70abb3..fda47e5f8 100644
--- a/src/testbed/testbed_api.c
+++ b/src/testbed/testbed_api.c
@@ -1573,7 +1573,9 @@ opc_free_iterator (void *cls, uint32_t key, void *value)
1573 1573
1574 1574
1575/** 1575/**
1576 * disconnects from the controller. 1576 * Stop the given controller (also will terminate all peers and
1577 * controllers dependent on this controller). This function
1578 * blocks until the testbed has been fully terminated (!).
1577 * 1579 *
1578 * @param c handle to controller to stop 1580 * @param c handle to controller to stop
1579 */ 1581 */