gather information about module.. again

This commit is contained in:
2025-04-14 00:56:41 +03:00
parent 5beac7bdd8
commit 54b9ec7404
10 changed files with 212 additions and 35 deletions

View File

@@ -2,7 +2,7 @@
#include <stdatomic.h>
_Atomic bool hiload_verbose_log = false;
_Atomic bool hiload_verbose_log = true;
void log_set_verbose(bool value) {
atomic_store_explicit(&hiload_verbose_log, value, memory_order_relaxed);