X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=xattrs_config.h;h=87e133b76311287257e135c5aae1a3e88c93241e;hb=250b50f64da6281da945fde94b722e08bfa060c9;hp=38039020f26f9f19d52cc63a7250fefd98440b04;hpb=c2151710dfb6f6ebe0134477198265e67142101b;p=rrq%2Ffuse_xattrs.git diff --git a/xattrs_config.h b/xattrs_config.h index 3803902..87e133b 100644 --- a/xattrs_config.h +++ b/xattrs_config.h @@ -11,8 +11,11 @@ #define FUSE_XATTRS_CONFIG_H struct xattrs_config { - int show_sidecar; + const int show_sidecar; + const int enable_namespaces; const char *source_dir; + size_t source_dir_size; + } xattrs_config;