diff options
Diffstat (limited to 'plugins/check_apt.d')
-rw-r--r-- | plugins/check_apt.d/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_apt.d/config.h b/plugins/check_apt.d/config.h index 981f4f42..7355937b 100644 --- a/plugins/check_apt.d/config.h +++ b/plugins/check_apt.d/config.h | |||
@@ -16,7 +16,7 @@ typedef struct { | |||
16 | bool only_critical; /* whether to warn about non-critical updates */ | 16 | bool only_critical; /* whether to warn about non-critical updates */ |
17 | bool list; /* list packages available for upgrade */ | 17 | bool list; /* list packages available for upgrade */ |
18 | /* number of packages available for upgrade to return WARNING status */ | 18 | /* number of packages available for upgrade to return WARNING status */ |
19 | int packages_warning; | 19 | size_t packages_warning; |
20 | 20 | ||
21 | char *upgrade_opts; /* options to override defaults for upgrade */ | 21 | char *upgrade_opts; /* options to override defaults for upgrade */ |
22 | char *update_opts; /* options to override defaults for update */ | 22 | char *update_opts; /* options to override defaults for update */ |