Merge branch 'master' of ssh://gnunet.org/gnunet
[oweals/gnunet.git] / src / testbed / gnunet-service-testbed_connectionpool.h
index 54b37f6d55cf47d9c16cef65857e62327462d132..dc887ff8ce0f8aea1b3a2d282d24562d9d9bc0bb 100644 (file)
@@ -25,7 +25,7 @@
  */
 #include "gnunet_ats_service.h"
 #include "gnunet_core_service.h"
-#include "gnunet_transport_service.h"
+#include "gnunet_transport_core_service.h"
 
 /**
  * The request handle for obtaining a pooled connection
@@ -90,7 +90,7 @@ GST_connection_pool_destroy (void);
 typedef void
 (*GST_connection_pool_connection_ready_cb) (void *cls,
                                             struct GNUNET_CORE_Handle *ch,
-                                            struct GNUNET_TRANSPORT_Handle *th,
+                                            struct GNUNET_TRANSPORT_CoreHandle *th,
                                             struct GNUNET_ATS_ConnectivityHandle *ac,
                                             const struct GNUNET_PeerIdentity *peer_id,
                                             const struct GNUNET_CONFIGURATION_Handle *cfg);