aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-profiler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-profiler.c')
-rw-r--r--src/fs/gnunet-fs-profiler.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/gnunet-fs-profiler.c b/src/fs/gnunet-fs-profiler.c
index 56a3084cc..ba081f7cf 100644
--- a/src/fs/gnunet-fs-profiler.c
+++ b/src/fs/gnunet-fs-profiler.c
@@ -50,7 +50,7 @@ static struct GNUNET_TIME_Relative timeout;
50/** 50/**
51 * Handle to the task run during termination. 51 * Handle to the task run during termination.
52 */ 52 */
53static GNUNET_SCHEDULER_TaskIdentifier terminate_taskid; 53static struct GNUNET_SCHEDULER_Task * terminate_taskid;
54 54
55 55
56/** 56/**
@@ -115,7 +115,7 @@ static void
115terminate_task (void *cls, 115terminate_task (void *cls,
116 const struct GNUNET_SCHEDULER_TaskContext *tc) 116 const struct GNUNET_SCHEDULER_TaskContext *tc)
117{ 117{
118 terminate_taskid = GNUNET_SCHEDULER_NO_TASK; 118 terminate_taskid = NULL;
119 GNUNET_TESTBED_get_statistics (0, NULL, 119 GNUNET_TESTBED_get_statistics (0, NULL,
120 NULL, NULL, 120 NULL, NULL,
121 &process_stats, 121 &process_stats,