From 52dc621b426fcb55ef3887e67de08a612b15480d Mon Sep 17 00:00:00 2001 From: arf20 Date: Mon, 27 Oct 2025 16:54:00 +0100 Subject: implemented commiting events to disk --- monitor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'monitor.h') diff --git a/monitor.h b/monitor.h index 198908e..f9b1af3 100644 --- a/monitor.h +++ b/monitor.h @@ -5,6 +5,6 @@ int monitor_init(const char *cfg_file, const char *log_file); const char *monitor_generate_status_html(); const char *monitor_generate_incidents_html(); void monitor_check(); -void monitor_update_events(); +void monitor_update_events(const char *log_path); #endif /* _MONITOR_H */ -- cgit v1.2.3