From c766bf7134b8179401b7e05f00d5a3693e2b56f4 Mon Sep 17 00:00:00 2001 From: arf20 Date: Sun, 9 Nov 2025 18:42:50 +0100 Subject: Alert files --- monitor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'monitor.h') diff --git a/monitor.h b/monitor.h index 35844cc..f39441c 100644 --- a/monitor.h +++ b/monitor.h @@ -7,7 +7,7 @@ typedef enum { TYPE_REACH, TYPE_DNS, TYPE_WEB -} type_t; +} mon_type_t; typedef enum { STATUS_DOWN, @@ -20,7 +20,7 @@ typedef struct { } event_t; typedef struct { - type_t type; + mon_type_t type; char *name; char *target; -- cgit v1.2.3