aboutsummaryrefslogtreecommitdiffstats
path: root/example/memfs_ll.cc
diff options
context:
space:
mode:
Diffstat (limited to 'example/memfs_ll.cc')
-rw-r--r--example/memfs_ll.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/example/memfs_ll.cc b/example/memfs_ll.cc
index b4f0b63..0da7c25 100644
--- a/example/memfs_ll.cc
+++ b/example/memfs_ll.cc
@@ -1094,6 +1094,9 @@ static const struct fuse_lowlevel_ops memfs_oper = {
.copy_file_range = nullptr,
.lseek = nullptr,
.tmpfile = nullptr,
+#ifdef HAVE_STATX
+ .statx = nullptr,
+#endif
};
int main(int argc, char *argv[])