aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport-testing2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/transport-testing2.h')
-rw-r--r--src/transport/transport-testing2.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/transport/transport-testing2.h b/src/transport/transport-testing2.h
index 96a08a193..b77125e82 100644
--- a/src/transport/transport-testing2.h
+++ b/src/transport/transport-testing2.h
@@ -132,7 +132,8 @@ typedef void
132 *tc_h, 132 *tc_h,
133 struct 133 struct
134 GNUNET_TRANSPORT_TESTING_TransportCommunicatorQueue 134 GNUNET_TRANSPORT_TESTING_TransportCommunicatorQueue
135 *tc_queue); 135 *tc_queue,
136 size_t mtu);
136 137
137 138
138/** 139/**
@@ -171,6 +172,7 @@ GNUNET_TRANSPORT_TESTING_transport_communicator_service_start (
171 const char *service_name, 172 const char *service_name,
172 const char *binary_name, 173 const char *binary_name,
173 const char *cfg_filename, 174 const char *cfg_filename,
175 const struct GNUNET_PeerIdentity *peer_id,
174 GNUNET_TRANSPORT_TESTING_CommunicatorAvailableCallback 176 GNUNET_TRANSPORT_TESTING_CommunicatorAvailableCallback
175 communicator_available_cb, 177 communicator_available_cb,
176 GNUNET_TRANSPORT_TESTING_AddAddressCallback add_address_cb, 178 GNUNET_TRANSPORT_TESTING_AddAddressCallback add_address_cb,
@@ -214,8 +216,8 @@ GNUNET_TRANSPORT_TESTING_transport_communicator_open_queue (struct
214 */ 216 */
215void 217void
216GNUNET_TRANSPORT_TESTING_transport_communicator_send (struct 218GNUNET_TRANSPORT_TESTING_transport_communicator_send (struct
217 GNUNET_TRANSPORT_TESTING_TransportCommunicatorQueue 219 GNUNET_TRANSPORT_TESTING_TransportCommunicatorHandle
218 *tc_queue, 220 *tc_h,
219 GNUNET_SCHEDULER_TaskCallback 221 GNUNET_SCHEDULER_TaskCallback
220 cont, 222 cont,
221 void *cont_cls, 223 void *cont_cls,