cache the size of the sidecar_dir path
[rrq/fuse_xattrs.git] / xattrs_config.h
index 6d8be2a26287414973f4c59cbcc8d166fc4cc49f..8c01dd3fe98a0bfafd7733928ec76e05b86374dc 100644 (file)
@@ -14,6 +14,7 @@ extern struct xattrs_config {
     const int show_sidecar;
     const int enable_namespaces;
     const char *sidecar_dir;
+    size_t sidecar_dir_size;
     const char *source_dir;
     size_t source_dir_size;
 } xattrs_config;