summaryrefslogtreecommitdiffstats
path: root/lib/output.h
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2026-04-07 13:27:38 +0200
committerGitHub <noreply@github.com>2026-04-07 13:27:38 +0200
commit8703090d9322e6f970b6dec37cea0ac9fbf5c32c (patch)
treeb935f513108619c51a0720c794fdd35ca1ce4ba2 /lib/output.h
parent1113bbcd92d85b85579aa7feef511241e58fb0f5 (diff)
parent7c20cb97292a8207b0fe4e76425b62409be68b12 (diff)
downloadmonitoring-plugins-8703090d9322e6f970b6dec37cea0ac9fbf5c32c.tar.gz
Merge branch 'master' into check_snmp_fixes
Diffstat (limited to 'lib/output.h')
-rw-r--r--lib/output.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/output.h b/lib/output.h
index c63c8e3f..f5011268 100644
--- a/lib/output.h
+++ b/lib/output.h
@@ -70,6 +70,10 @@ struct mp_check {
70 70
71 // the evaluation_functions computes the state of check 71 // the evaluation_functions computes the state of check
72 mp_state_enum (*evaluation_function)(mp_check); 72 mp_state_enum (*evaluation_function)(mp_check);
73
74 // override for the default output format
75 char *(*default_output_override)(void *);
76 void *default_output_override_content;
73}; 77};
74 78
75mp_check mp_check_init(void); 79mp_check mp_check_init(void);