From 246a95dbd8f79033124a1c8aba8af6ee03a6af8e Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sat, 2 Aug 2025 13:07:41 +0530 Subject: msg: run every 500ms instead of watching for changes --- include/msg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/msg.h') diff --git a/include/msg.h b/include/msg.h index 4f44bf0..3dea0d9 100644 --- a/include/msg.h +++ b/include/msg.h @@ -32,6 +32,6 @@ typedef struct { bool verbose; } msg_t; -int run(void); +int run(bool log); #endif -- cgit v1.2.3