From 82657ce64a05c36f09cdfa28ed812e2293f88b53 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sat, 22 Nov 2025 16:11:04 -0600 Subject: [PATCH] config.hpp --- src/config.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/config.hpp b/src/config.hpp index a6335c97..ccae84de 100644 --- a/src/config.hpp +++ b/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;