commit c25f3acb22f386f2836cd7c7ae21fcef272c0352 parent 5237d6f477a5f10a180d02b5b5954fa36167ef20 Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 30 Apr 2016 08:17:37 +0000 implementing new scheduler shutdown semantics Diffstat:
| M | src/fuse/gfs_download.c | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/fuse/gfs_download.c b/src/fuse/gfs_download.c @@ -186,8 +186,7 @@ download_task (void *cls) ctx->fs = NULL; return; } - GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_FOREVER_REL, - &shutdown_task, ctx); + GNUNET_SCHEDULER_add_shutdown (&shutdown_task, ctx); }