From fb00891531f233613fea33827b87a181b3204a54 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sat, 17 Sep 2016 20:10:21 -0700 Subject: Documentation improvements. --- include/fuse.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/fuse.h') 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 */ -- cgit v1.2.3