aboutsummaryrefslogtreecommitdiff
path: root/src/arm/test_exponential_backoff.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arm/test_exponential_backoff.c')
-rw-r--r--src/arm/test_exponential_backoff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arm/test_exponential_backoff.c b/src/arm/test_exponential_backoff.c
index 7a552cc7c..17aa8a04c 100644
--- a/src/arm/test_exponential_backoff.c
+++ b/src/arm/test_exponential_backoff.c
@@ -90,7 +90,7 @@ struct ShutdownContext
90 /** 90 /**
91 * Task set up to cancel the shutdown request on timeout. 91 * Task set up to cancel the shutdown request on timeout.
92 */ 92 */
93 GNUNET_SCHEDULER_TaskIdentifier cancel_task; 93 struct GNUNET_SCHEDULER_Task * cancel_task;
94 94
95 /** 95 /**
96 * Task to call once shutdown complete 96 * Task to call once shutdown complete