aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_hosts.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/testbed_api_hosts.c')
-rw-r--r--src/testbed/testbed_api_hosts.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testbed/testbed_api_hosts.c b/src/testbed/testbed_api_hosts.c
index f9ddfdc07..4c23289d6 100644
--- a/src/testbed/testbed_api_hosts.c
+++ b/src/testbed/testbed_api_hosts.c
@@ -19,14 +19,14 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file testing/new_testing_api_hosts.c 22 * @file testing/testbed_api_hosts.c
23 * @brief API for manipulating 'hosts' controlled by the GNUnet testing service; 23 * @brief API for manipulating 'hosts' controlled by the GNUnet testing service;
24 * allows parsing hosts files, starting, stopping and communicating (via 24 * allows parsing hosts files, starting, stopping and communicating (via
25 * SSH/stdin/stdout) with the remote (or local) processes 25 * SSH/stdin/stdout) with the remote (or local) processes
26 * @author Christian Grothoff 26 * @author Christian Grothoff
27 */ 27 */
28#include "platform.h" 28#include "platform.h"
29#include "gnunet_testing_service.h" 29#include "gnunet_testbed_service.h"
30#include "gnunet_core_service.h" 30#include "gnunet_core_service.h"
31#include "gnunet_constants.h" 31#include "gnunet_constants.h"
32#include "gnunet_transport_service.h" 32#include "gnunet_transport_service.h"
@@ -197,4 +197,4 @@ GNUNET_TESTBED_host_run_ (struct GNUNET_TESTBED_Host *host,
197} 197}
198 198
199 199
200/* end of new_testing_api_hosts.c */ 200/* end of testbed_api_hosts.c */