aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_peers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/testbed_api_peers.c')
-rw-r--r--src/testbed/testbed_api_peers.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testbed/testbed_api_peers.c b/src/testbed/testbed_api_peers.c
index c73a0958a..3531c838a 100644
--- a/src/testbed/testbed_api_peers.c
+++ b/src/testbed/testbed_api_peers.c
@@ -19,13 +19,13 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file testing/new_testing_api_peers.c 22 * @file testing/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
26 */ 26 */
27#include "platform.h" 27#include "platform.h"
28#include "new_testing_api_peers.h" 28#include "testbed_api_peers.h"
29 29
30 30
31/** 31/**
@@ -294,4 +294,4 @@ GNUNET_TESTBED_overlay_connect (void *op_cls,
294 294
295 295
296 296
297/* end of new_testing_api_peers.c */ 297/* end of testbed_api_peers.c */