aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testbed_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-06 13:01:03 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-06 13:01:03 +0000
commit93f5382bea48b79e65e3f634f0fa9af4f25d255d (patch)
treeb9d3e932f9522a98fe475283c31147d20ba31b64 /src/include/gnunet_testbed_service.h
parent0c0e1876f6fbd88b15ab5bad49ab6ce22706d03c (diff)
downloadgnunet-93f5382bea48b79e65e3f634f0fa9af4f25d255d.tar.gz
gnunet-93f5382bea48b79e65e3f634f0fa9af4f25d255d.zip
-minor edits
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