summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-09-22 09:37:44 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-09-22 09:37:44 +0000
commit027a8968f5e0af59673aaa1e72f09c018fd123bb (patch)
tree132076736e0a8d59707e382c9bbea6c9fd9e4a88 /include
parente56494d56da96e505974a73c1640a224b128acb5 (diff)
- added processing of distributed events (Alexei)
- restructured code to add function process_event() (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@3320 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
-rw-r--r--include/db.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/db.h b/include/db.h
index c3a88bf2..bbb89ee4 100644
--- a/include/db.h
+++ b/include/db.h
@@ -148,6 +148,9 @@ DB_EVENT
int clock;
int value;
int acknowledged;
+ char trigger_description[TRIGGER_DESCRIPTION_LEN_MAX];
+ int trigger_priority;
+ char trigger_comments[TRIGGER_COMMENTS_LEN_MAX];
};
DB_HOST
@@ -284,7 +287,7 @@ DB_TRIGGER
char comments[TRIGGER_COMMENTS_LEN_MAX];
int status;
int value;
- int prevvalue;
+// int prevvalue;
int priority;
};