diff options
| author | Alexander A. Klimov <alexander.klimov@icinga.com> | 2023-08-23 17:33:16 +0200 | 
|---|---|---|
| committer | Alexander A. Klimov <alexander.klimov@icinga.com> | 2023-09-28 13:20:24 +0200 | 
| commit | f457615d845ec3bf9d3072511999b69d93c934c5 (patch) | |
| tree | 9dcff8163e3efbb37eec3e90cf32112f835cfd71 /lib | |
| parent | a4c7111f90b00e5060eeebd73b71f67e6e161607 (diff) | |
| download | monitoring-plugins-f457615d845ec3bf9d3072511999b69d93c934c5.tar.gz | |
Introduce regex_list
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/utils_disk.h | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/lib/utils_disk.h b/lib/utils_disk.h index 3b5a45f8..442fd94f 100644 --- a/lib/utils_disk.h +++ b/lib/utils_disk.h | |||
| @@ -10,6 +10,12 @@ struct name_list | |||
| 10 | struct name_list *next; | 10 | struct name_list *next; | 
| 11 | }; | 11 | }; | 
| 12 | 12 | ||
| 13 | struct regex_list | ||
| 14 | { | ||
| 15 | regex_t regex; | ||
| 16 | struct regex_list *next; | ||
| 17 | }; | ||
| 18 | |||
| 13 | struct parameter_list | 19 | struct parameter_list | 
| 14 | { | 20 | { | 
| 15 | char *name; | 21 | char *name; | 
