diff options
author | Ton Voon <ton.voon@opsera.com> | 2010-06-17 11:11:57 +0100 |
---|---|---|
committer | Ton Voon <ton.voon@opsera.com> | 2010-06-17 11:11:57 +0100 |
commit | 17f96bc1455acaf3015e337f99aaac7b58c55dbb (patch) | |
tree | 7330b3044e346565339cbec004fc3a5c8e8982bc /lib/utils_base.h | |
parent | 301599a4eca67e214ef79bd609843a9e1e710b3a (diff) | |
download | monitoring-plugins-17f96bc1455acaf3015e337f99aaac7b58c55dbb.tar.gz |
Added calculate location directory
Diffstat (limited to 'lib/utils_base.h')
-rw-r--r-- | lib/utils_base.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utils_base.h b/lib/utils_base.h index bec6c66f..b6eb57e1 100644 --- a/lib/utils_base.h +++ b/lib/utils_base.h | |||
@@ -28,6 +28,7 @@ typedef struct thresholds_struct { | |||
28 | range *critical; | 28 | range *critical; |
29 | } thresholds; | 29 | } thresholds; |
30 | 30 | ||
31 | #define NP_SHAREDSTATE_DIR "/tmp" | ||
31 | #define STATE_FORMAT_VERSION "1" | 32 | #define STATE_FORMAT_VERSION "1" |
32 | 33 | ||
33 | typedef struct state_data_struct { | 34 | typedef struct state_data_struct { |