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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/transport/transport-testing2.h b/src/transport/transport-testing2.h
index 8c0f03556..db8700df9 100644
--- a/src/transport/transport-testing2.h
+++ b/src/transport/transport-testing2.h
@@ -145,6 +145,11 @@ struct GNUNET_TRANSPORT_TESTING_PeerContext
145 GNUNET_SCHEDULER_TaskCallback start_cb; 145 GNUNET_SCHEDULER_TaskCallback start_cb;
146 146
147 /** 147 /**
148 * Hello get task
149 */
150 struct GNUNET_SCHEDULER_Task *rh_task;
151
152 /**
148 * Closure for the @a nc and @a nd callbacks 153 * Closure for the @a nc and @a nd callbacks
149 */ 154 */
150 void *cb_cls; 155 void *cb_cls;