diff options
Diffstat (limited to 'include/fuse.h')
-rw-r--r-- | include/fuse.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/fuse.h b/include/fuse.h index 7f5daa8..c70d2fe 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -677,7 +677,10 @@ void fuse_destroy(struct fuse *f); int fuse_loop(struct fuse *f); /** - * Exit from event loop + * Flag session as terminated + * + * This function will cause any running event loops to exit on + * the next opportunity. * * @param f the FUSE handle */ |