summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-02-15 17:17:59 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-02-15 17:17:59 +0000
commit02edd0c48946e1a487ed3fb035cd3af104ba5a5d (patch)
tree58603e6a2f088794b8cbc71773d851a005dcdfc5 /include
parentaf96ef3f63267e56a7bf5e208efa6b4aa12e409e (diff)
downloadzabbix-02edd0c48946e1a487ed3fb035cd3af104ba5a5d.tar.gz
zabbix-02edd0c48946e1a487ed3fb035cd3af104ba5a5d.tar.xz
zabbix-02edd0c48946e1a487ed3fb035cd3af104ba5a5d.zip
- [DEV-109] Server changes - Trapper
git-svn-id: svn://svn.zabbix.com/trunk@5353 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
-rw-r--r--include/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h
index d79f5fd7..c6e5dd17 100644
--- a/include/common.h
+++ b/include/common.h
@@ -508,9 +508,9 @@ void *zbx_realloc(void *src, size_t size);
#define zbx_fclose(f) { if(f){ fclose(f); f = NULL; } }
/*#define ZBX_COND_NODEID " %s>=100000000000000*%d and %s<=(100000000000000*%d+99999999999999) "*/
-#define ZBX_COND_NODEID " %s>=%d00000000000000 and %s<=%d99999999999999 "
+/*#define ZBX_COND_NODEID " %s>=%d00000000000000 and %s<=%d99999999999999 "
#define LOCAL_NODE(fieldid) fieldid, CONFIG_NODEID, fieldid, CONFIG_NODEID
-#define ZBX_NODE(fieldid,nodeid) fieldid, nodeid, fieldid, nodeid
+#define ZBX_NODE(fieldid,nodeid) fieldid, nodeid, fieldid, nodeid*/
#define MIN_ZABBIX_PORT 1024u
#define MAX_ZABBIX_PORT 65535u