aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/set/gnunet-service-set.h')
-rw-r--r--src/set/gnunet-service-set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/set/gnunet-service-set.h b/src/set/gnunet-service-set.h
index b2904dc06..d1b957e73 100644
--- a/src/set/gnunet-service-set.h
+++ b/src/set/gnunet-service-set.h
@@ -366,7 +366,7 @@ struct Operation
366 * Timeout task, if the incoming peer has not been accepted 366 * Timeout task, if the incoming peer has not been accepted
367 * after the timeout, it will be disconnected. 367 * after the timeout, it will be disconnected.
368 */ 368 */
369 GNUNET_SCHEDULER_TaskIdentifier timeout_task; 369 struct GNUNET_SCHEDULER_Task * timeout_task;
370 370
371 /** 371 /**
372 * Unique request id for the request from a remote peer, sent to the 372 * Unique request id for the request from a remote peer, sent to the