aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/testbed/testbed.h2
-rw-r--r--src/testbed/testbed_api.c2
-rw-r--r--src/testbed/testbed_api_hosts.c2
-rw-r--r--src/testbed/testbed_api_hosts.h2
-rw-r--r--src/testbed/testbed_api_operations.c2
-rw-r--r--src/testbed/testbed_api_operations.h2
-rw-r--r--src/testbed/testbed_api_peers.c2
-rw-r--r--src/testbed/testbed_api_peers.h2
-rw-r--r--src/testbed/testbed_api_services.c2
-rw-r--r--src/testbed/testbed_api_test.c2
-rw-r--r--src/testbed/testbed_api_testbed.c2
-rw-r--r--src/testbed/testbed_api_topology.c2
12 files changed, 12 insertions, 12 deletions
diff --git a/src/testbed/testbed.h b/src/testbed/testbed.h
index 2cb4ede7e..b7b10ffa6 100644
--- a/src/testbed/testbed.h
+++ b/src/testbed/testbed.h
@@ -19,7 +19,7 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file testing/testbed.h 22 * @file testbed/testbed.h
23 * @brief IPC messages between testing API and service ("controller") 23 * @brief IPC messages between testing API and service ("controller")
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
diff --git a/src/testbed/testbed_api.c b/src/testbed/testbed_api.c
index fd6db8d14..51680812b 100644
--- a/src/testbed/testbed_api.c
+++ b/src/testbed/testbed_api.c
@@ -19,7 +19,7 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file testing/testbed_api.c 22 * @file testbed/testbed_api.c
23 * @brief API for accessing the GNUnet testing service. 23 * @brief API for accessing the GNUnet testing service.
24 * This library is supposed to make it easier to write 24 * This library is supposed to make it easier to write
25 * testcases and script large-scale benchmarks. 25 * testcases and script large-scale benchmarks.
diff --git a/src/testbed/testbed_api_hosts.c b/src/testbed/testbed_api_hosts.c
index 4c23289d6..1b293b335 100644
--- a/src/testbed/testbed_api_hosts.c
+++ b/src/testbed/testbed_api_hosts.c
@@ -19,7 +19,7 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file testing/testbed_api_hosts.c 22 * @file testbed/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
diff --git a/src/testbed/testbed_api_hosts.h b/src/testbed/testbed_api_hosts.h
index 73fb14790..401d4e0d7 100644
--- a/src/testbed/testbed_api_hosts.h
+++ b/src/testbed/testbed_api_hosts.h
@@ -19,7 +19,7 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file testing/testbed_api_hosts.h 22 * @file testbed/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 */
diff --git a/src/testbed/testbed_api_operations.c b/src/testbed/testbed_api_operations.c
index 33c71d917..621090bd7 100644
--- a/src/testbed/testbed_api_operations.c
+++ b/src/testbed/testbed_api_operations.c
@@ -19,7 +19,7 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file testing/testbed_api_operations.c 22 * @file testbed/testbed_api_operations.c
23 * @brief functions to manage operation queues 23 * @brief functions to manage operation queues
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
diff --git a/src/testbed/testbed_api_operations.h b/src/testbed/testbed_api_operations.h
index 89d4b09a1..8d478bf95 100644
--- a/src/testbed/testbed_api_operations.h
+++ b/src/testbed/testbed_api_operations.h
@@ -19,7 +19,7 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file testing/testbed_api_operations.h 22 * @file testbed/testbed_api_operations.h
23 * @brief internal API to access the 'operations' subsystem 23 * @brief internal API to access the 'operations' subsystem
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
diff --git a/src/testbed/testbed_api_peers.c b/src/testbed/testbed_api_peers.c
index 3531c838a..7ee0dd131 100644
--- a/src/testbed/testbed_api_peers.c
+++ b/src/testbed/testbed_api_peers.c
@@ -19,7 +19,7 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file testing/testbed_api_peers.c 22 * @file testbed/testbed_api_peers.c
23 * @brief management of the knowledge about peers in this library 23 * @brief management of the knowledge about peers in this library
24 * (we know the peer ID, its host, pending operations, etc.) 24 * (we know the peer ID, its host, pending operations, etc.)
25 * @author Christian Grothoff 25 * @author Christian Grothoff
diff --git a/src/testbed/testbed_api_peers.h b/src/testbed/testbed_api_peers.h
index 5c6b53164..ea42c9810 100644
--- a/src/testbed/testbed_api_peers.h
+++ b/src/testbed/testbed_api_peers.h
@@ -19,7 +19,7 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file testing/testbed_api_peers.h 22 * @file testbed/testbed_api_peers.h
23 * @brief internal API to access the 'peers' subsystem 23 * @brief internal API to access the 'peers' subsystem
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
diff --git a/src/testbed/testbed_api_services.c b/src/testbed/testbed_api_services.c
index 89427bfd9..34de0fd84 100644
--- a/src/testbed/testbed_api_services.c
+++ b/src/testbed/testbed_api_services.c
@@ -19,7 +19,7 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file testing/testbed_api_services.c 22 * @file testbed/testbed_api_services.c
23 * @brief convenience functions for accessing services 23 * @brief convenience functions for accessing services
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
diff --git a/src/testbed/testbed_api_test.c b/src/testbed/testbed_api_test.c
index 5716fc1c3..38e189b18 100644
--- a/src/testbed/testbed_api_test.c
+++ b/src/testbed/testbed_api_test.c
@@ -19,7 +19,7 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file testing/testbed_api_test.c 22 * @file testbed/testbed_api_test.c
23 * @brief high-level test function 23 * @brief high-level test function
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
diff --git a/src/testbed/testbed_api_testbed.c b/src/testbed/testbed_api_testbed.c
index 905b12e15..6311806cc 100644
--- a/src/testbed/testbed_api_testbed.c
+++ b/src/testbed/testbed_api_testbed.c
@@ -19,7 +19,7 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file testing/testbed_api_testbed.c 22 * @file testbed/testbed_api_testbed.c
23 * @brief high-level testbed management 23 * @brief high-level testbed management
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
diff --git a/src/testbed/testbed_api_topology.c b/src/testbed/testbed_api_topology.c
index b25bfbc90..c0e9f7296 100644
--- a/src/testbed/testbed_api_topology.c
+++ b/src/testbed/testbed_api_topology.c
@@ -19,7 +19,7 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file testing/testbed_api_topology.c 22 * @file testbed/testbed_api_topology.c
23 * @brief topology-generation functions 23 * @brief topology-generation functions
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */