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 c055b32ac..e2f25cce8 100644
--- a/src/testbed/gnunet-service-testbed_connectionpool.h
+++ b/src/testbed/gnunet-service-testbed_connectionpool.h
@@ -21,7 +21,7 @@
21/** 21/**
22 * @file testbed/gnunet-service-testbed_connectionpool.h 22 * @file testbed/gnunet-service-testbed_connectionpool.h
23 * @brief Interface for connection pooling subroutines 23 * @brief Interface for connection pooling subroutines
24 * @author Sree Harsha Totakura <sreeharsha@totakura.in> 24 * @author Sree Harsha Totakura <sreeharsha@totakura.in>
25 */ 25 */
26 26
27 27
@@ -78,7 +78,7 @@ GST_connection_pool_destroy ();
78 * @param peer_id the identity of the peer. Will be NULL if ch is NULL. In other 78 * @param peer_id the identity of the peer. Will be NULL if ch is NULL. In other
79 * cases, its value being NULL means that CORE connection has failed. 79 * cases, its value being NULL means that CORE connection has failed.
80 */ 80 */
81typedef void 81typedef void
82(*GST_connection_pool_connection_ready_cb) (void *cls, 82(*GST_connection_pool_connection_ready_cb) (void *cls,
83 struct GNUNET_CORE_Handle * ch, 83 struct GNUNET_CORE_Handle * ch,
84 struct GNUNET_TRANSPORT_Handle * th, 84 struct GNUNET_TRANSPORT_Handle * th,