aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-service-testbed_connectionpool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/gnunet-service-testbed_connectionpool.h')
-rw-r--r--src/testbed/gnunet-service-testbed_connectionpool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testbed/gnunet-service-testbed_connectionpool.h b/src/testbed/gnunet-service-testbed_connectionpool.h
index 54b37f6d5..dc887ff8c 100644
--- a/src/testbed/gnunet-service-testbed_connectionpool.h
+++ b/src/testbed/gnunet-service-testbed_connectionpool.h
@@ -25,7 +25,7 @@
25 */ 25 */
26#include "gnunet_ats_service.h" 26#include "gnunet_ats_service.h"
27#include "gnunet_core_service.h" 27#include "gnunet_core_service.h"
28#include "gnunet_transport_service.h" 28#include "gnunet_transport_core_service.h"
29 29
30/** 30/**
31 * The request handle for obtaining a pooled connection 31 * The request handle for obtaining a pooled connection
@@ -90,7 +90,7 @@ GST_connection_pool_destroy (void);
90typedef void 90typedef void
91(*GST_connection_pool_connection_ready_cb) (void *cls, 91(*GST_connection_pool_connection_ready_cb) (void *cls,
92 struct GNUNET_CORE_Handle *ch, 92 struct GNUNET_CORE_Handle *ch,
93 struct GNUNET_TRANSPORT_Handle *th, 93 struct GNUNET_TRANSPORT_CoreHandle *th,
94 struct GNUNET_ATS_ConnectivityHandle *ac, 94 struct GNUNET_ATS_ConnectivityHandle *ac,
95 const struct GNUNET_PeerIdentity *peer_id, 95 const struct GNUNET_PeerIdentity *peer_id,
96 const struct GNUNET_CONFIGURATION_Handle *cfg); 96 const struct GNUNET_CONFIGURATION_Handle *cfg);