Browse Source

config.cpp

config
Antonio SJ Musumeci 5 days ago
parent
commit
d4ddedf3b1
  1. 1
      src/config.cpp

1
src/config.cpp

@ -144,6 +144,7 @@ Config::Config()
xattr(XAttr::ENUM::PASSTHROUGH),
_initialized(false)
{
_map["foo"] = &foo;
_map["allow-idmap"] = &allow_idmap;
_map["async_read"] = &async_read;
_map["auto_cache"] = &auto_cache;

Loading…
Cancel
Save