summaryrefslogtreecommitdiffstats
path: root/syslogd-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'syslogd-types.h')
-rw-r--r--syslogd-types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/syslogd-types.h b/syslogd-types.h
index 1792f509..9aff6c88 100644
--- a/syslogd-types.h
+++ b/syslogd-types.h
@@ -161,6 +161,7 @@ struct filed {
int iNumTpls; /* number of array entries for template element below */
struct template **ppTpl; /* array of template to use - strings must be passed to doAction
* in this order. */
+ uchar **ppMsgs; /* array of message pointers for doAction */
struct template __attribute__((deprecated)) *f_pTpl; /* pointer to template to use */
struct msg* f_pMsg; /* pointer to the message (this will
* replace the other vars with msg