projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
207a784
)
Improve documentation of fuse_exit()
author
Miklos Szeredi
<mszeredi@suse.cz>
Wed, 25 Jan 2012 16:59:15 +0000
(17:59 +0100)
committer
Miklos Szeredi
<mszeredi@suse.cz>
Wed, 25 Jan 2012 16:59:15 +0000
(17:59 +0100)
include/fuse.h
patch
|
blob
|
history
diff --git
a/include/fuse.h
b/include/fuse.h
index 7429922763c14e94e3e65b29642cff9b1d9cf3fb..ae7d65a412032b1ea7f63f2a987d92377f35e175 100644
(file)
--- 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);