aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport-testing-communicator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/transport-testing-communicator.h')
-rw-r--r--src/transport/transport-testing-communicator.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/transport/transport-testing-communicator.h b/src/transport/transport-testing-communicator.h
index 1875258b4..122ac3efa 100644
--- a/src/transport/transport-testing-communicator.h
+++ b/src/transport/transport-testing-communicator.h
@@ -282,6 +282,16 @@ struct GNUNET_TRANSPORT_TESTING_TransportCommunicatorHandle
282 void *cb_cls; 282 void *cb_cls;
283 283
284 /** 284 /**
285 * Callback to call when message ack received.
286 */
287 GNUNET_SCHEDULER_TaskCallback cont;
288
289 /**
290 * Closure for cont
291 */
292 void *cont_cls;
293
294 /**
285 * Backchannel supported 295 * Backchannel supported
286 */ 296 */
287 int bc_enabled; 297 int bc_enabled;