summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-10-04 15:52:13 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-10-04 15:52:13 +0000
commitffa35c1001b8c8acff08c74990689dd369f81125 (patch)
treea9d9ea27322e0777c5d51a74e0f09eba19828acb /include
parentcfd349700644259c40f993f0f33e4fd8ae2ebace (diff)
downloadzabbix-ffa35c1001b8c8acff08c74990689dd369f81125.tar.gz
zabbix-ffa35c1001b8c8acff08c74990689dd369f81125.tar.xz
zabbix-ffa35c1001b8c8acff08c74990689dd369f81125.zip
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@2102 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 6f4fb379..32b90d84 100644
--- a/include/db.h
+++ b/include/db.h
@@ -97,6 +97,7 @@ DB_ITEM
int itemid;
int hostid;
int type;
+ int status;
char *description;
char *key;
char *host;