From 51e6863ca923050e63bc887b052fe4f7376bed84 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 25 Nov 2024 14:49:02 -0600 Subject: [PATCH] config.hpp --- src/config.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.hpp b/src/config.hpp index e788f5e9..0c6003bb 100644 --- a/src/config.hpp +++ b/src/config.hpp @@ -16,7 +16,7 @@ #pragma once -#include "func_getattr_ff.hpp" +#include "func_getattr_combine.hpp" #include "branches.hpp" #include "category.hpp" @@ -160,7 +160,7 @@ public: ConfigBOOL writeback_cache; XAttr xattr; - Func2::GetattrFF getattr; + Func2::GetattrCombine getattr; private: bool _initialized;