From e0531e491d0fc52fb3d662890dbd3dbedebfa754 Mon Sep 17 00:00:00 2001 From: sasha Date: Wed, 7 Nov 2007 14:22:08 +0000 Subject: - [ZBX-130] Refresh unsupported active checks (Sasha) [svn merge -r4975:4977 svn://svn.zabbix.com/branches/1.4.j] git-svn-id: svn://svn.zabbix.com/trunk@4978 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- include/db.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/db.h b/include/db.h index 5e60eddc..b0a2cf38 100644 --- a/include/db.h +++ b/include/db.h @@ -37,6 +37,7 @@ extern int CONFIG_NODEID; extern int CONFIG_MASTER_NODEID; extern int CONFIG_DBSYNCER_FORKS; extern int CONFIG_NODE_NOHISTORY; +extern int CONFIG_REFRESH_UNSUPPORTED; typedef enum { GRAPH_TYPE_NORMAL = 0, -- cgit