summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-10-05 09:05:46 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-10-05 09:05:46 +0000
commit7efec554c472797374584937b78cf5cdb1feb0cd (patch)
tree54f009c7e355a4d7f791bd8ca7429fc6ac921bf2 /include
parent9e71bfc66ecdc2c9ecb39c0bbde4d0e7fb2600b3 (diff)
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@2109 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 32b90d84..81772a87 100644
--- a/include/db.h
+++ b/include/db.h
@@ -184,6 +184,7 @@ DB_TRIGGER
int triggerid;
char expression[TRIGGER_EXPRESSION_LEN_MAX];
char description[TRIGGER_DESCRIPTION_LEN_MAX];
+ char url[TRIGGER_URL_LEN_MAX];
int status;
int value;
int prevvalue;