aboutsummaryrefslogtreecommitdiff
path: root/include/fuse_common.h
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2008-12-08 19:26:53 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2008-12-08 19:26:53 +0000
commit5f722fa8f6561c964fd0bd651b4602ac0f7bc3b4 (patch)
tree47a21b51e3d8319b1c929c461a4934d62134164d /include/fuse_common.h
parentecfa5263ab5b19a58d53a7116fb079f3b956b918 (diff)
* Implement poll support. Patch by Tejun Heo
Diffstat (limited to 'include/fuse_common.h')
-rw-r--r--include/fuse_common.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/fuse_common.h b/include/fuse_common.h
index fb18b61..b05ed21 100644
--- a/include/fuse_common.h
+++ b/include/fuse_common.h
@@ -159,6 +159,7 @@ struct fuse_conn_info {
struct fuse_session;
struct fuse_chan;
+struct fuse_pollhandle;
/**
* Create a FUSE mountpoint
@@ -219,6 +220,13 @@ int fuse_daemonize(int foreground);
*/
int fuse_version(void);
+/**
+ * Destroy poll handle
+ *
+ * @param ph the poll handle
+ */
+void fuse_pollhandle_destroy(struct fuse_pollhandle *ph);
+
/* ----------------------------------------------------------- *
* Signal handling *
* ----------------------------------------------------------- */