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.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h
index ab8db8783..6b50efe97 100644
--- a/src/include/gnunet_testbed_service.h
+++ b/src/include/gnunet_testbed_service.h
@@ -58,12 +58,13 @@ struct GNUNET_TESTBED_Peer;
58struct GNUNET_TESTBED_Operation; 58struct GNUNET_TESTBED_Operation;
59 59
60/** 60/**
61 * Handle to interact with a GNUnet testbed controller. Each controller has at 61 * Handle to interact with a GNUnet testbed controller. Each
62 * least one master handle which is created when the controller is created; this 62 * controller has at least one master handle which is created when the
63 * master handle interacts with the controller via stdin/stdout of the controller 63 * controller is created; this master handle interacts with the
64 * process. Additionally, controllers can interact with each other (in a P2P 64 * controller process, destroying it destroys the controller (by
65 * fashion); those links are established via TCP/IP on the controller's service 65 * closing stdin of the controller process). Additionally,
66 * port. 66 * controllers can interact with each other (in a P2P fashion); those
67 * links are established via TCP/IP on the controller's service port.
67 */ 68 */
68struct GNUNET_TESTBED_Controller; 69struct GNUNET_TESTBED_Controller;
69 70