diff options
Diffstat (limited to 'example/notify_inval_entry.c')
-rw-r--r-- | example/notify_inval_entry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/notify_inval_entry.c b/example/notify_inval_entry.c index aef5f0f..6f13bdb 100644 --- a/example/notify_inval_entry.c +++ b/example/notify_inval_entry.c @@ -222,7 +222,7 @@ static void tfs_readdir(fuse_req_t req, fuse_ino_t ino, size_t 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, |