summaryrefslogtreecommitdiffstats
path: root/action.h
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2012-08-11 05:58:15 +0200
committerMiloslav Trmač <mitr@redhat.com>2012-08-28 10:26:42 +0200
commit67039f21b40f711b2462b022b8c508af75ef3dcb (patch)
tree7ed9feabb18844ced920f82ee4921ce76d98f3bd /action.h
parent2514bccdccaebe128055ffa0dc5132b4f4c48635 (diff)
downloadrsyslog-67039f21b40f711b2462b022b8c508af75ef3dcb.tar.gz
rsyslog-67039f21b40f711b2462b022b8c508af75ef3dcb.tar.xz
rsyslog-67039f21b40f711b2462b022b8c508af75ef3dcb.zip
Add OMSR_TPL_AS_FIELDS mode for output modules.
This does not yet do anything. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Diffstat (limited to 'action.h')
-rw-r--r--action.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/action.h b/action.h
index 66ceaae5..2fb527f1 100644
--- a/action.h
+++ b/action.h
@@ -74,7 +74,7 @@ struct action_s {
int f_repeatcount; /* number of "repeated" msgs */
rsRetVal (*submitToActQ)(action_t *, batch_t *);/* function submit message to action queue */
rsRetVal (*qConstruct)(struct queue_s *pThis);
- enum { ACT_STRING_PASSING = 0, ACT_ARRAY_PASSING = 1, ACT_MSG_PASSING }
+ enum { ACT_STRING_PASSING = 0, ACT_ARRAY_PASSING = 1, ACT_MSG_PASSING, ACT_FIELDS_PASSING }
eParamPassing; /* mode of parameter passing to action */
int iNumTpls; /* number of array entries for template element below */
struct template **ppTpl;/* array of template to use - strings must be passed to doAction