mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-20 00:10:09 -05:00
Add null result for matching function
This commit is contained in:
parent
c8014631de
commit
17a733585e
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@
|
|||
* server.
|
||||
*/
|
||||
enum np_match_result {
|
||||
NP_MATCH_NONE,
|
||||
NP_MATCH_FAILURE,
|
||||
NP_MATCH_SUCCESS,
|
||||
NP_MATCH_RETRY
|
||||
|
|
|
|||
Loading…
Reference in a new issue