From 9617a4239955afedd80e423f5d6a52199626d00d Mon Sep 17 00:00:00 2001 From: arf20 Date: Sat, 15 Nov 2025 05:02:42 +0100 Subject: fix config json conflict and variable samples --- monitor.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'monitor.h') diff --git a/monitor.h b/monitor.h index f39441c..538b684 100644 --- a/monitor.h +++ b/monitor.h @@ -23,9 +23,7 @@ typedef struct { mon_type_t type; char *name; char *target; - - status_t status, status_1; - + status_t *status; event_t *events; size_t events_size, events_capacity; } target_t; -- cgit v1.2.3