diff options
author | Sree Harsha Totakura <totakura@in.tum.de> | 2013-04-18 08:17:01 +0000 |
---|---|---|
committer | Sree Harsha Totakura <totakura@in.tum.de> | 2013-04-18 08:17:01 +0000 |
commit | 6c4a5cf1b0ba02f99df557dd693af968ae65dcac (patch) | |
tree | 0980be375269391171b1cf691ca712f8f74981ec /src/testbed/testbed_api.c | |
parent | 397c5f9f507237860cec4dfcc5c701cc359a0275 (diff) |
- doxygen
Diffstat (limited to 'src/testbed/testbed_api.c')
-rw-r--r-- | src/testbed/testbed_api.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/testbed/testbed_api.c b/src/testbed/testbed_api.c index e9a70abb38..fda47e5f87 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) /** - * disconnects from the controller. + * Stop the given controller (also will terminate all peers and + * controllers dependent on this controller). This function + * blocks until the testbed has been fully terminated (!). * * @param c handle to controller to stop */ |