aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testbed_service.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-10-02 08:05:26 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-10-02 08:05:26 +0000
commit11bb5cbd3bbddbcd837d476029abf15cef43d6ea (patch)
tree3de9f3ffffc16193c114a8a0ec6ab6655ccb5951 /src/include/gnunet_testbed_service.h
parentd941bf4605c682b038872a88236228cd65563427 (diff)
downloadgnunet-11bb5cbd3bbddbcd837d476029abf15cef43d6ea.tar.gz
gnunet-11bb5cbd3bbddbcd837d476029abf15cef43d6ea.zip
clean handling of slave
Diffstat (limited to 'src/include/gnunet_testbed_service.h')
-rw-r--r--src/include/gnunet_testbed_service.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h
index 0b410bc1d..04868ed0d 100644
--- a/src/include/gnunet_testbed_service.h
+++ b/src/include/gnunet_testbed_service.h
@@ -409,7 +409,8 @@ GNUNET_TESTBED_controller_start (const char *controller_ip,
409/** 409/**
410 * Stop the controller process (also will terminate all peers and controllers 410 * Stop the controller process (also will terminate all peers and controllers
411 * dependent on this controller). This function blocks until the testbed has 411 * dependent on this controller). This function blocks until the testbed has
412 * been fully terminated (!). 412 * been fully terminated (!). The controller status cb from
413 * GNUNET_TESTBED_controller_start() will not be called.
413 * 414 *
414 * @param cproc the controller process handle 415 * @param cproc the controller process handle
415 */ 416 */