summaryrefslogtreecommitdiffstats
path: root/include/db.h
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-01-15 11:46:29 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-01-15 11:46:29 +0000
commitf2cdda2e9d91f04e12687423d54a1bf137d392f5 (patch)
tree02291faf0cab6ef2250bbf87662fe0351c7b98bd /include/db.h
parentce52fd6e6dcef1015d59ce046a0b19f7000a2812 (diff)
downloadzabbix-f2cdda2e9d91f04e12687423d54a1bf137d392f5.tar.gz
zabbix-f2cdda2e9d91f04e12687423d54a1bf137d392f5.tar.xz
zabbix-f2cdda2e9d91f04e12687423d54a1bf137d392f5.zip
- increased message size for alerts (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3711 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include/db.h')
-rw-r--r--include/db.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/db.h b/include/db.h
index 60e6da9e..0d4e6715 100644
--- a/include/db.h
+++ b/include/db.h
@@ -340,7 +340,8 @@ DB_ACTION
int lastcheck;
int recipient;
char subject[ACTION_SUBJECT_LEN_MAX]; /* don't use pointer, cose sizeof is used */
- char message[MAX_STRING_LEN]; /* don't use pointer, cose sizeof is used */
+ char *message;
+ int message_len;
int maxrepeats;
int repeatdelay;
char scripts[MAX_STRING_LEN];