From d6178abe5eabf100566a7f49fc5f495030c7113a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Baz=20Castillo?= Date: Fri, 9 Aug 2024 14:05:04 +0200 Subject: [PATCH] ok... --- worker/include/DepLibUring.hpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/worker/include/DepLibUring.hpp b/worker/include/DepLibUring.hpp index aa7fe30f88..a0b041c899 100644 --- a/worker/include/DepLibUring.hpp +++ b/worker/include/DepLibUring.hpp @@ -49,15 +49,14 @@ class DepLibUring static void SetActive(); static bool IsActive(); - private: - class LibUring; + class LibUring; // Whether liburing is enabled or not after runtime checks. static bool enabled; thread_local static LibUring* liburing; -private: - // Private singleton. +public: + // Singleton. class LibUring { public: