aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/fuse.h
diff options
context:
space:
mode:
authorEnke Chen <enkechen@yahoo.com>2013-02-04 10:14:32 -0500
committerMiklos Szeredi <mszeredi@suse.cz>2013-02-04 10:14:32 -0500
commit0415d291022543d83ee799e9ffee08d856bca6e8 (patch)
tree3e2b66aac312f045ffca72e75f90e7055e69ff2e /include/uapi/linux/fuse.h
parentdfca7cebc2679f3d129f8e680a8f199a7ad16e38 (diff)
fuse: send poll events
commit 626cf23660 "poll: add poll_requested_events()..." enabled us to send the requested events to the filesystem. Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Diffstat (limited to 'include/uapi/linux/fuse.h')
-rw-r--r--include/uapi/linux/fuse.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/uapi/linux/fuse.h b/include/uapi/linux/fuse.h
index 3451b6061e69..68619e9210b9 100644
--- a/include/uapi/linux/fuse.h
+++ b/include/uapi/linux/fuse.h
@@ -63,6 +63,7 @@
63 * 63 *
64 * 7.21 64 * 7.21
65 * - add FUSE_READDIRPLUS 65 * - add FUSE_READDIRPLUS
66 * - send the requested events in POLL request
66 */ 67 */
67 68
68#ifndef _LINUX_FUSE_H 69#ifndef _LINUX_FUSE_H
@@ -585,7 +586,7 @@ struct fuse_poll_in {
585 __u64 fh; 586 __u64 fh;
586 __u64 kh; 587 __u64 kh;
587 __u32 flags; 588 __u32 flags;
588 __u32 padding; 589 __u32 events;
589}; 590};
590 591
591struct fuse_poll_out { 592struct fuse_poll_out {