aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_hosts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/testbed_api_hosts.h')
-rw-r--r--src/testbed/testbed_api_hosts.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testbed/testbed_api_hosts.h b/src/testbed/testbed_api_hosts.h
index 269b3f2af..73fb14790 100644
--- a/src/testbed/testbed_api_hosts.h
+++ b/src/testbed/testbed_api_hosts.h
@@ -19,14 +19,14 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file testing/new_testing_api_hosts.h 22 * @file testing/testbed_api_hosts.h
23 * @brief internal API to access the 'hosts' subsystem 23 * @brief internal API to access the 'hosts' subsystem
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
26#ifndef NEW_TESTING_API_HOSTS_H 26#ifndef NEW_TESTING_API_HOSTS_H
27#define NEW_TESTING_API_HOSTS_H 27#define NEW_TESTING_API_HOSTS_H
28 28
29#include "gnunet_testing_service.h" 29#include "gnunet_testbed_service.h"
30#include "gnunet_helper_lib.h" 30#include "gnunet_helper_lib.h"
31 31
32 32
@@ -102,4 +102,4 @@ GNUNET_TESTBED_host_run_ (struct GNUNET_TESTBED_Host *host,
102 GNUNET_SERVER_MessageTokenizerCallback cb, void *cb_cls); 102 GNUNET_SERVER_MessageTokenizerCallback cb, void *cb_cls);
103 103
104#endif 104#endif
105/* end of new_testing_api_hosts.h */ 105/* end of testbed_api_hosts.h */