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:
authorDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2022-01-07 12:07:09 +0300
committerDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2022-01-07 12:48:23 +0300
commit0057a177fc27192cdbbbf316822f8adf6be5913d (patch)
tree7520aed64a16dc797f6865b713bba0c121c0ffd6 /include/dbcache.h
parenta7043a2c2c26d4d97b6eb4413ece3695d8222e6b (diff)
........S. [ZBXNEXT-2485] singled out odbc poller into separate process type
Diffstat (limited to 'include/dbcache.h')
-rw-r--r--include/dbcache.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/dbcache.h b/include/dbcache.h
index 3a21af9e393..b5cd9c04608 100644
--- a/include/dbcache.h
+++ b/include/dbcache.h
@@ -38,7 +38,8 @@
#define ZBX_POLLER_TYPE_PINGER 3
#define ZBX_POLLER_TYPE_JAVA 4
#define ZBX_POLLER_TYPE_HISTORY 5
-#define ZBX_POLLER_TYPE_COUNT 6 /* number of poller types */
+#define ZBX_POLLER_TYPE_ODBC 6
+#define ZBX_POLLER_TYPE_COUNT 7 /* number of poller types */
#define MAX_JAVA_ITEMS 32
#define MAX_SNMP_ITEMS 128
@@ -73,6 +74,7 @@ extern int CONFIG_UNREACHABLE_DELAY;
extern int CONFIG_PROXYCONFIG_FREQUENCY;
extern int CONFIG_PROXYDATA_FREQUENCY;
extern int CONFIG_HISTORYPOLLER_FORKS;
+extern int CONFIG_ODBCPOLLER_FORKS;
typedef struct
{