diff options
| author | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-04-14 09:56:53 +0000 |
|---|---|---|
| committer | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-04-14 09:56:53 +0000 |
| commit | 3f4975b42affe14f0951f500835dfd3da69eb5ce (patch) | |
| tree | edad167770fab45338c3ca7aaf78f982e5edb223 /include | |
| parent | 0a80c5c1d8605f34a3512f618328127a46d899db (diff) | |
| download | zabbix-3f4975b42affe14f0951f500835dfd3da69eb5ce.tar.gz zabbix-3f4975b42affe14f0951f500835dfd3da69eb5ce.tar.xz zabbix-3f4975b42affe14f0951f500835dfd3da69eb5ce.zip | |
Support of IP range if discoveru rule definition.
git-svn-id: svn://svn.zabbix.com/trunk@4005 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
| -rw-r--r-- | include/common.h | 2 | ||||
| -rw-r--r-- | include/db.h | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h index 344cac90..d68f16db 100644 --- a/include/common.h +++ b/include/common.h @@ -509,6 +509,8 @@ void zbx_on_exit(); int get_nodeid_by_id(zbx_uint64_t id); +int int_in_list(const char *list, int value); + int MAIN_ZABBIX_ENTRY(void); diff --git a/include/db.h b/include/db.h index 644f294f..d68ecfb6 100644 --- a/include/db.h +++ b/include/db.h @@ -115,8 +115,7 @@ extern int CONFIG_MASTER_NODEID; DB_DRULE { zbx_uint64_t druleid; - char *ipfirst; - char *iplast; + char *iprange; int delay; int nextcheck; char *name; |
