aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nse/nse-profiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nse/nse-profiler.c b/src/nse/nse-profiler.c
index fe3261b85..91b260f4c 100644
--- a/src/nse/nse-profiler.c
+++ b/src/nse/nse-profiler.c
@@ -343,7 +343,7 @@ static void
343get_statistics (void *cls, 343get_statistics (void *cls,
344 const struct GNUNET_SCHEDULER_TaskContext *tc) 344 const struct GNUNET_SCHEDULER_TaskContext *tc)
345{ 345{
346 struct StatsContext *stats_context = cls; 346 struct StatsContext *stats_context = (struct StatsContext *)cls;
347 347
348 GNUNET_TESTING_get_statistics(pg, 348 GNUNET_TESTING_get_statistics(pg,
349 &stats_finished_callback, 349 &stats_finished_callback,