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:
authorAndris Zeila <andris.zeila@zabbix.com>2021-03-04 19:24:53 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-03-04 19:24:53 +0300
commitd7e0f33175e696bdb21c21a7fa82eeb21e47e241 (patch)
tree03615c65e2c32a17fa1629c51a5a1835a15541cc /include/zbxreport.h
parent7afb380d0c07b8ac36678ff65eae0a304c72deb6 (diff)
........S. [ZBXNEXT-6478] added report cache syncing with database, report nextcheck calculations
Diffstat (limited to 'include/zbxreport.h')
-rw-r--r--include/zbxreport.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/zbxreport.h b/include/zbxreport.h
index 27d43eaeb21..1d8f2841c77 100644
--- a/include/zbxreport.h
+++ b/include/zbxreport.h
@@ -21,6 +21,9 @@
#include "zbxjson.h"
+#define ZBX_REPORT_STATUS_ENABLED 0
+#define ZBX_REPORT_STATUS_DIABLED 1
+
#define ZBX_REPORT_PERIOD_DAY 0
#define ZBX_REPORT_PERIOD_WEEK 0
#define ZBX_REPORT_PERIOD_MONTH 0