Browse Source

config.hpp

nix-debugging
Antonio SJ Musumeci 1 day ago
parent
commit
82657ce64a
  1. 3
      src/config.hpp

3
src/config.hpp

@ -109,6 +109,9 @@ public:
Config& operator=(const Config&);
public:
Func2::GetAttr getattr{"combine"};
Func2::Statx statx{"combine"};
ConfigBOOL allow_idmap;
ConfigBOOL async_read;
Branches branches;

Loading…
Cancel
Save