From 1d96a98daf4ac4c4ec9e664e328f1aac4bf6af9e Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 27 Jul 2007 16:55:40 +0000 Subject: - added omsr object (objomsr.c, objomsr.h) - template request for output modules - changed doAction() interface - templates and output string generation for doActon() is now fully --- syslogd-types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'syslogd-types.h') 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 -- cgit