aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_peers.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-05 15:52:36 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-05 15:52:36 +0000
commit65f3c726359d3c60c760b3c116ec7c5ab97f5e5d (patch)
treed3b4c5dba2d95cd93ff27ae7f9ced55e9e128172 /src/testbed/testbed_api_peers.h
parent0238d7e2f30821e7b94e9ea25ce3918fcc04b2c3 (diff)
downloadgnunet-65f3c726359d3c60c760b3c116ec7c5ab97f5e5d.tar.gz
gnunet-65f3c726359d3c60c760b3c116ec7c5ab97f5e5d.zip
-build issues'
Diffstat (limited to 'src/testbed/testbed_api_peers.h')
-rw-r--r--src/testbed/testbed_api_peers.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testbed/testbed_api_peers.h b/src/testbed/testbed_api_peers.h
index 6b2ed7c8b..5c6b53164 100644
--- a/src/testbed/testbed_api_peers.h
+++ b/src/testbed/testbed_api_peers.h
@@ -19,14 +19,14 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file testing/new_testing_api_peers.h 22 * @file testing/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 */
26#ifndef NEW_TESTING_API_PEERS_H 26#ifndef NEW_TESTING_API_PEERS_H
27#define NEW_TESTING_API_PEERS_H 27#define NEW_TESTING_API_PEERS_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
@@ -68,4 +68,4 @@ GNUNET_TESTBED_peer_create_with_id_ (uint32_t unique_id,
68 68
69 69
70#endif 70#endif
71/* end of new_testing_api_peers.h */ 71/* end of testbed_api_peers.h */