summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-08-13 11:23:03 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-08-13 11:23:03 +0000
commit5e99b58327c99bab4613ea64769f7873d7415fb3 (patch)
tree8992312dc3923508f4d8dee1a4b01fd3ca457fa8 /include
parentcb748fe795fbd9886188d0aa26fcb98b917867a3 (diff)
downloadzabbix-5e99b58327c99bab4613ea64769f7873d7415fb3.tar.gz
zabbix-5e99b58327c99bab4613ea64769f7873d7415fb3.tar.xz
zabbix-5e99b58327c99bab4613ea64769f7873d7415fb3.zip
- support of parameters NodeNoEvents and NodeNoHistory (Alexei)
[svn merge -r4552:4553 svn://svn.zabbix.com/branches/1.4.2] git-svn-id: svn://svn.zabbix.com/trunk@4554 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
-rw-r--r--include/db.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/db.h b/include/db.h
index c2d131ae..e2937c57 100644
--- a/include/db.h
+++ b/include/db.h
@@ -36,6 +36,7 @@ extern int CONFIG_DBPORT;
extern int CONFIG_NODEID;
extern int CONFIG_MASTER_NODEID;
extern int CONFIG_DBSYNCER_FORKS;
+extern int CONFIG_NODE_NOHISTORY;
typedef enum {
GRAPH_TYPE_NORMAL = 0,