summaryrefslogtreecommitdiffstats
path: root/plugins/check_load.d/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_load.d/config.h')
-rw-r--r--plugins/check_load.d/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_load.d/config.h b/plugins/check_load.d/config.h
index d399c19c..fd735455 100644
--- a/plugins/check_load.d/config.h
+++ b/plugins/check_load.d/config.h
@@ -6,7 +6,7 @@ typedef struct {
6 mp_thresholds th_load[3]; 6 mp_thresholds th_load[3];
7 7
8 bool take_into_account_cpus; 8 bool take_into_account_cpus;
9 int n_procs_to_show; 9 unsigned long n_procs_to_show;
10 10
11 mp_output_format output_format; 11 mp_output_format output_format;
12 bool output_format_set; 12 bool output_format_set;