From 67039f21b40f711b2462b022b8c508af75ef3dcb Mon Sep 17 00:00:00 2001 From: Miloslav Trmač Date: Sat, 11 Aug 2012 05:58:15 +0200 Subject: Add OMSR_TPL_AS_FIELDS mode for output modules. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This does not yet do anything. Signed-off-by: Miloslav Trmač --- action.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'action.h') 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 -- cgit