diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2001-11-16 13:31:14 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2001-11-16 13:31:14 +0000 |
commit | 680a69a8be8b7dd9bf1beae4e48e927d0fb1cd7f (patch) | |
tree | e3c27e1c3144210621cd30a7f7c3d762ce6b5249 /include/fuse.h | |
parent | fff56ab1242e3ad7cddf15e7e981da55d06c4da5 (diff) | |
download | libfuse-680a69a8be8b7dd9bf1beae4e48e927d0fb1cd7f.tar.gz |
threading fixes
Diffstat (limited to 'include/fuse.h')
-rw-r--r-- | include/fuse.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/fuse.h b/include/fuse.h index e284469..0bf09e1 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -135,9 +135,9 @@ void fuse_loop_mt(struct fuse *f); void fuse_destroy(struct fuse *f); -/* --------------------------------------------------- * - * Advanced API, usually you need not bother with this * - * --------------------------------------------------- */ +/* ----------------------------------------------------------- * + * Advanced API for event handling, don't worry about this... * + * ----------------------------------------------------------- */ struct fuse_cmd; |