From 3c4ba67d2783b97cd89cdb4fd51727c5cce74311 Mon Sep 17 00:00:00 2001 From: cxh Date: Wed, 15 Oct 2025 09:01:15 +0800 Subject: [PATCH] temp --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index a6f473b..58cc581 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -10,7 +10,7 @@ #include #include -static std::atomic g_running(true); +std::atomic g_running(true); static void signal_handler(int signum) {