Browse Source

config.hpp

passthrough-depth
Antonio SJ Musumeci 3 months ago
parent
commit
f92daf0a9e
  1. 2
      src/config.hpp

2
src/config.hpp

@ -124,7 +124,7 @@ public:
NFSOpenHack nfsopenhack;
ConfigBOOL nullrw;
Passthrough passthrough = Passthrough::ENUM::OFF;
ConfigUINT passthrough_max_stack_depth = 1;
ConfigINT passthrough_max_stack_depth = 1;
ConfigBOOL parallel_direct_writes;
ConfigGetPid pid;
ConfigBOOL posix_acl;

Loading…
Cancel
Save