From 5f722fa8f6561c964fd0bd651b4602ac0f7bc3b4 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 8 Dec 2008 19:26:53 +0000 Subject: * Implement poll support. Patch by Tejun Heo --- include/fuse_common.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include/fuse_common.h') 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 * * ----------------------------------------------------------- */ -- cgit v1.2.3