diff options
Diffstat (limited to 'src/set/gnunet-service-set.h')
-rw-r--r-- | src/set/gnunet-service-set.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/set/gnunet-service-set.h b/src/set/gnunet-service-set.h index b2904dc062..d1b957e73f 100644 --- a/src/set/gnunet-service-set.h +++ b/src/set/gnunet-service-set.h @@ -366,7 +366,7 @@ struct Operation * Timeout task, if the incoming peer has not been accepted * after the timeout, it will be disconnected. */ - GNUNET_SCHEDULER_TaskIdentifier timeout_task; + struct GNUNET_SCHEDULER_Task * timeout_task; /** * Unique request id for the request from a remote peer, sent to the |