From 5e5b6e0af3d5b80849fda220001ccc9adde7ae31 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 25 Jan 2012 17:59:15 +0100 Subject: [PATCH] Improve documentation of fuse_exit() --- include/fuse.h | 5 +++++ 1 file changed, 5 insertions(+) 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); -- 2.30.2