From 65cf7c7deb7a98dc31beb39db3c1ae1cba45b69f Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 30 Jun 2004 11:34:56 +0000 Subject: support for multiplexing fuse fd --- include/fuse.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/fuse.h b/include/fuse.h index d298cb3..aeeb204 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -273,6 +273,7 @@ typedef void (*fuse_processor_t)(struct fuse *, struct fuse_cmd *, void *); struct fuse_cmd *__fuse_read_cmd(struct fuse *f); void __fuse_process_cmd(struct fuse *f, struct fuse_cmd *cmd); void __fuse_loop_mt(struct fuse *f, fuse_processor_t proc, void *data); +int __fuse_exited(struct fuse* f); #ifdef __cplusplus } -- cgit v1.2.3