From a3bff47695a882011d9133abca9bfdd61599b47a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Baz=20Castillo?= Date: Fri, 9 Aug 2024 13:52:06 +0200 Subject: [PATCH] try --- worker/include/DepLibUring.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/worker/include/DepLibUring.hpp b/worker/include/DepLibUring.hpp index cf7b883a52..aa7fe30f88 100644 --- a/worker/include/DepLibUring.hpp +++ b/worker/include/DepLibUring.hpp @@ -49,7 +49,8 @@ class DepLibUring static void SetActive(); static bool IsActive(); - class LibUring; + private: + class LibUring; // Whether liburing is enabled or not after runtime checks. static bool enabled;