diff options
| author | arf20 <aruizfernandez05@gmail.com> | 2025-11-09 18:42:50 +0100 |
|---|---|---|
| committer | arf20 <aruizfernandez05@gmail.com> | 2025-11-09 18:42:50 +0100 |
| commit | c766bf7134b8179401b7e05f00d5a3693e2b56f4 (patch) | |
| tree | 4fe65a5c872ff7864e51c3cea88388ddda0e8963 /monitor.h | |
| parent | 1fa9b6e34e5c92aa7fe492417cda2d21ec067ff8 (diff) | |
| download | arfnet2-status-c766bf7134b8179401b7e05f00d5a3693e2b56f4.tar.gz arfnet2-status-c766bf7134b8179401b7e05f00d5a3693e2b56f4.zip | |
Alert files
Diffstat (limited to 'monitor.h')
| -rw-r--r-- | monitor.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |
