summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-01-12 14:37:11 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-01-12 14:37:11 +0000
commit9d5c99d00c11d39ff97c0185efcd092a849fbb31 (patch)
tree8510222ea2f90afe1b49a8a5d4c41a6ae80d6298 /include
parent136972cd16e5afe6078313d5b67d85e16e3d0e06 (diff)
downloadzabbix-9d5c99d00c11d39ff97c0185efcd092a849fbb31.tar.gz
zabbix-9d5c99d00c11d39ff97c0185efcd092a849fbb31.tar.xz
zabbix-9d5c99d00c11d39ff97c0185efcd092a849fbb31.zip
- item key length increased to 255 characters (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3699 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
-rw-r--r--include/db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/db.h b/include/db.h
index bc4e9598..60e6da9e 100644
--- a/include/db.h
+++ b/include/db.h
@@ -137,7 +137,7 @@ void PG_DBfree_result(DB_RESULT result);
#define MAX_HOST_HOST_LEN 64
-#define MAX_ITEM_KEY_LEN 64
+#define MAX_ITEM_KEY_LEN 255
#define MAX_ITEM_IP_LEN 15
#define MAX_ITEM_SNMP_COMMUNITY_LEN 64
#define MAX_ITEM_SNMP_OID_LEN 255