diff options
| author | arf20 <aruizfernandez05@gmail.com> | 2025-10-22 01:20:53 +0200 |
|---|---|---|
| committer | arf20 <aruizfernandez05@gmail.com> | 2025-10-22 01:20:53 +0200 |
| commit | 6acd5a85f7ec11fe59b16d5e7fd621abf5ca49c6 (patch) | |
| tree | 4f48651b7c5e3025f5d84e32d84a36fd77511705 /monitor.h | |
| parent | 6ed92d313341a1ff2b1dfc822f6a02eee0b3854a (diff) | |
| download | arfnet2-status-6acd5a85f7ec11fe59b16d5e7fd621abf5ca49c6.tar.gz arfnet2-status-6acd5a85f7ec11fe59b16d5e7fd621abf5ca49c6.zip | |
load events
Diffstat (limited to 'monitor.h')
| -rw-r--r-- | monitor.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #ifndef _MONITOR_H #define _MONITOR_H -int monitor_init(const char *cfg_file); +int monitor_init(const char *cfg_file, const char *log_file); const char *monitor_generate_status_html(); void monitor_check(); |
