diff options
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 { |