diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2024-11-10 01:30:40 +0100 |
|---|---|---|
| committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2024-11-10 01:30:40 +0100 |
| commit | ecbd9e9cb3bb4a1c497a19a29950583202ae4303 (patch) | |
| tree | af541a0eb72febc14948d8d64c514bf9ca989234 | |
| parent | 801d0faf457799e9772b5b97e821968f522778be (diff) | |
| download | monitoring-plugins-ecbd9e9cb3bb4a1c497a19a29950583202ae4303.tar.gz | |
test_check_swap: declare verbose in tests for now
| -rw-r--r-- | plugins/tests/test_check_swap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/tests/test_check_swap.c b/plugins/tests/test_check_swap.c index d657c13a..b85fb4ad 100644 --- a/plugins/tests/test_check_swap.c +++ b/plugins/tests/test_check_swap.c | |||
| @@ -2,6 +2,8 @@ | |||
| 2 | #include "../check_swap.d/check_swap.h" | 2 | #include "../check_swap.d/check_swap.h" |
| 3 | #include "../../tap/tap.h" | 3 | #include "../../tap/tap.h" |
| 4 | 4 | ||
| 5 | int verbose = 0; | ||
| 6 | |||
| 5 | void print_usage(void) {} | 7 | void print_usage(void) {} |
| 6 | void print_help(swap_config config) { | 8 | void print_help(swap_config config) { |
| 7 | (void) config; | 9 | (void) config; |
