aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-service-testbed_oc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/gnunet-service-testbed_oc.c')
-rw-r--r--src/testbed/gnunet-service-testbed_oc.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/testbed/gnunet-service-testbed_oc.c b/src/testbed/gnunet-service-testbed_oc.c
index 1148bb8ac..de6e53031 100644
--- a/src/testbed/gnunet-service-testbed_oc.c
+++ b/src/testbed/gnunet-service-testbed_oc.c
@@ -728,10 +728,12 @@ send_hello (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
728 * @param cls the closure passed to GST_cache_get_handle_transport() 728 * @param cls the closure passed to GST_cache_get_handle_transport()
729 * @param ch the handle to CORE. Can be NULL if it is not requested 729 * @param ch the handle to CORE. Can be NULL if it is not requested
730 * @param th the handle to TRANSPORT. Can be NULL if it is not requested 730 * @param th the handle to TRANSPORT. Can be NULL if it is not requested
731 * @param ignore_ peer identity which is ignored in this callback
731 */ 732 */
732static void 733static void
733p2_transport_connect_cache_callback (void *cls, struct GNUNET_CORE_Handle *ch, 734p2_transport_connect_cache_callback (void *cls, struct GNUNET_CORE_Handle *ch,
734 struct GNUNET_TRANSPORT_Handle *th) 735 struct GNUNET_TRANSPORT_Handle *th,
736 const struct GNUNET_PeerIdentity *ignore_)
735{ 737{
736 struct OverlayConnectContext *occ = cls; 738 struct OverlayConnectContext *occ = cls;
737 739
@@ -1461,10 +1463,12 @@ attempt_connect_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
1461 * @param cls the closure passed to GST_cache_get_handle_transport() 1463 * @param cls the closure passed to GST_cache_get_handle_transport()
1462 * @param ch the handle to CORE. Can be NULL if it is not requested 1464 * @param ch the handle to CORE. Can be NULL if it is not requested
1463 * @param th the handle to TRANSPORT. Can be NULL if it is not requested 1465 * @param th the handle to TRANSPORT. Can be NULL if it is not requested
1466 * @param ignore_ peer identity which is ignored in this callback
1464 */ 1467 */
1465static void 1468static void
1466rocc_cache_get_handle_transport_cb (void *cls, struct GNUNET_CORE_Handle *ch, 1469rocc_cache_get_handle_transport_cb (void *cls, struct GNUNET_CORE_Handle *ch,
1467 struct GNUNET_TRANSPORT_Handle *th) 1470 struct GNUNET_TRANSPORT_Handle *th,
1471 const struct GNUNET_PeerIdentity *ignore_)
1468{ 1472{
1469 struct RemoteOverlayConnectCtx *rocc = cls; 1473 struct RemoteOverlayConnectCtx *rocc = cls;
1470 1474