diff options
| author | arf20 <aruizfernandez05@gmail.com> | 2025-10-27 16:54:00 +0100 |
|---|---|---|
| committer | arf20 <aruizfernandez05@gmail.com> | 2025-10-27 16:54:00 +0100 |
| commit | 52dc621b426fcb55ef3887e67de08a612b15480d (patch) | |
| tree | 2f4fcef15f5ce15f1bb482d2bc6148a15094ba2b /monitor.h | |
| parent | 8e937f139b118317fdaf7c2dbbb0669b508eb5ed (diff) | |
| download | arfnet2-status-52dc621b426fcb55ef3887e67de08a612b15480d.tar.gz arfnet2-status-52dc621b426fcb55ef3887e67de08a612b15480d.zip | |
implemented commiting events to disk
Diffstat (limited to 'monitor.h')
| -rw-r--r-- | monitor.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |
