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