diff options
Diffstat (limited to 'example/notify_inval_inode.c')
-rw-r--r-- | example/notify_inval_inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/notify_inval_inode.c b/example/notify_inval_inode.c index cdea82d..fcf17dc 100644 --- a/example/notify_inval_inode.c +++ b/example/notify_inval_inode.c @@ -239,7 +239,7 @@ static void tfs_read(fuse_req_t req, fuse_ino_t ino, size_t size, reply_buf_limited(req, file_contents, file_size, off, size); } -static struct fuse_lowlevel_ops tfs_oper = { +static const struct fuse_lowlevel_ops tfs_oper = { .lookup = tfs_lookup, .getattr = tfs_getattr, .readdir = tfs_readdir, |