From: Miklos Szeredi Date: Wed, 25 Jan 2012 16:59:15 +0000 (+0100) Subject: Improve documentation of fuse_exit() X-Git-Tag: fuse_2_8_7~1 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5e5b6e0af3d5b80849fda220001ccc9adde7ae31;p=qemu-gpiodev%2Flibfuse.git Improve documentation of fuse_exit() --- diff --git a/include/fuse.h b/include/fuse.h index 7429922..ae7d65a 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -597,6 +597,11 @@ int fuse_loop(struct fuse *f); /** * Exit from event loop * + * This sets the exit flag on the event loop. Note: this will only + * cause immediate exit if called from a signal handler or from a + * filesystem operation. Otherwise the loop will exit on the next + * event (filesystem operation or signal). + * * @param f the FUSE handle */ void fuse_exit(struct fuse *f);