aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-04-30 08:17:37 +0000
committerChristian Grothoff <christian@grothoff.org>2016-04-30 08:17:37 +0000
commitc25f3acb22f386f2836cd7c7ae21fcef272c0352 (patch)
tree687af08ea7ec676034c0e3cf4bdc1d3d2818b7b1
parent5237d6f477a5f10a180d02b5b5954fa36167ef20 (diff)
downloadgnunet-fuse-c25f3acb22f386f2836cd7c7ae21fcef272c0352.tar.gz
gnunet-fuse-c25f3acb22f386f2836cd7c7ae21fcef272c0352.zip
implementing new scheduler shutdown semantics
-rw-r--r--src/fuse/gfs_download.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fuse/gfs_download.c b/src/fuse/gfs_download.c
index 37114f5..3b3b92e 100644
--- a/src/fuse/gfs_download.c
+++ b/src/fuse/gfs_download.c
@@ -186,8 +186,7 @@ download_task (void *cls)
186 ctx->fs = NULL; 186 ctx->fs = NULL;
187 return; 187 return;
188 } 188 }
189 GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_FOREVER_REL, 189 GNUNET_SCHEDULER_add_shutdown (&shutdown_task, ctx);
190 &shutdown_task, ctx);
191} 190}
192 191
193 192