diff --git a/src/config.hpp b/src/config.hpp index 1743c0cc..7b4579b0 100644 --- a/src/config.hpp +++ b/src/config.hpp @@ -84,6 +84,7 @@ public: Config& operator=(const Config&); public: + TFSRef<> foo{fuse_cfg.debug,false}; ConfigBOOL allow_idmap; ConfigBOOL async_read; ConfigBOOL auto_cache;