diff options
| author | sasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-11-07 14:22:08 +0000 |
|---|---|---|
| committer | sasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-11-07 14:22:08 +0000 |
| commit | e0531e491d0fc52fb3d662890dbd3dbedebfa754 (patch) | |
| tree | fd3de04b7570e4d6493a218dfdce85ff45724fa1 /include | |
| parent | a5e27c0c89d5a3e89e48cbbc73efb0731799f1cc (diff) | |
| download | zabbix-e0531e491d0fc52fb3d662890dbd3dbedebfa754.tar.gz zabbix-e0531e491d0fc52fb3d662890dbd3dbedebfa754.tar.xz zabbix-e0531e491d0fc52fb3d662890dbd3dbedebfa754.zip | |
- [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
Diffstat (limited to 'include')
| -rw-r--r-- | include/db.h | 1 |
1 files changed, 1 insertions, 0 deletions
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, |
