Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViktors Tjarve <viktors.tjarve@zabbix.com>2016-05-23 13:41:35 +0300
committerViktors Tjarve <viktors.tjarve@zabbix.com>2016-05-23 13:41:35 +0300
commit7b5cea2e3d770b97316ec473c4d87c5ce85fb7b3 (patch)
tree4901aa17ecb2dc53169b70feec3c730caaf6c63f /include/log.h
parente6ac5adcb1e9bc96f1a293c48ffb1396aad61612 (diff)
.......PS. [ZBXNEXT-3267] fixed issue when comparing old log entry with the new one; coding style improvements
Diffstat (limited to 'include/log.h')
-rw-r--r--include/log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/log.h b/include/log.h
index 065ed82132e..33cc42e9f8a 100644
--- a/include/log.h
+++ b/include/log.h
@@ -38,6 +38,8 @@
#define ZBX_OPTION_LOGTYPE_FILE "file"
#define ZBX_OPTION_LOGTYPE_CONSOLE "console"
+#define LOG_ENTRY_INTERVAL_DELAY 60 /* seconds */
+
typedef enum
{
ERR_Z3001 = 3001,