From 5ce00337208c3957f35009211ac8c72ccd3da3ad Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Mon, 10 Oct 2016 14:53:57 -0700 Subject: Removed 'async_read' field in fuse_conn_info This is redundant with the capability flags in `wants` and `capable`. --- lib/fuse_i.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/fuse_i.h') diff --git a/lib/fuse_i.h b/lib/fuse_i.h index 446842a..c8aa279 100644 --- a/lib/fuse_i.h +++ b/lib/fuse_i.h @@ -67,6 +67,8 @@ struct fuse_session { int writeback_cache; int no_writeback_cache; int clone_fd; + int async_read; + int sync_read; struct fuse_lowlevel_ops op; int got_init; struct cuse_data *cuse_data; -- cgit v1.2.3