summaryrefslogtreecommitdiffstats
path: root/lib/utils_base.h
diff options
context:
space:
mode:
authorTon Voon <ton.voon@opsera.com>2010-06-17 10:11:57 (GMT)
committerTon Voon <ton.voon@opsera.com>2010-06-17 10:11:57 (GMT)
commit17f96bc1455acaf3015e337f99aaac7b58c55dbb (patch)
tree7330b3044e346565339cbec004fc3a5c8e8982bc /lib/utils_base.h
parent301599a4eca67e214ef79bd609843a9e1e710b3a (diff)
downloadmonitoring-plugins-17f96bc1455acaf3015e337f99aaac7b58c55dbb.tar.gz
Added calculate location directory
Diffstat (limited to 'lib/utils_base.h')
-rw-r--r--lib/utils_base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utils_base.h b/lib/utils_base.h
index bec6c66..b6eb57e 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
33typedef struct state_data_struct { 34typedef struct state_data_struct {