diff options
Diffstat (limited to 'lib/utils_base.h')
| -rw-r--r-- | lib/utils_base.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utils_base.h b/lib/utils_base.h index d7e7dffa..9482f23b 100644 --- a/lib/utils_base.h +++ b/lib/utils_base.h | |||
| @@ -23,6 +23,7 @@ typedef struct range_struct { | |||
| 23 | double end; | 23 | double end; |
| 24 | int end_infinity; | 24 | int end_infinity; |
| 25 | int alert_on; /* OUTSIDE (default) or INSIDE */ | 25 | int alert_on; /* OUTSIDE (default) or INSIDE */ |
| 26 | char* text; /* original unparsed text input */ | ||
| 26 | } range; | 27 | } range; |
| 27 | 28 | ||
| 28 | typedef struct thresholds_struct { | 29 | typedef struct thresholds_struct { |
