summaryrefslogtreecommitdiffstats
path: root/action.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-06-19 16:07:17 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-06-19 16:07:17 +0200
commit3abf567d2b57014381eda49018a0e2c21fa1b853 (patch)
tree6329a682041da705a363efd842740ed8c025b848 /action.h
parent953d015f440224321796105464294006838b5302 (diff)
downloadrsyslog-3abf567d2b57014381eda49018a0e2c21fa1b853.tar.gz
rsyslog-3abf567d2b57014381eda49018a0e2c21fa1b853.tar.xz
rsyslog-3abf567d2b57014381eda49018a0e2c21fa1b853.zip
optimized template string generation
Diffstat (limited to 'action.h')
-rw-r--r--action.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/action.h b/action.h
index a6c02a8b..579a1215 100644
--- a/action.h
+++ b/action.h
@@ -75,6 +75,7 @@ struct action_s {
pthread_mutex_t mutActExec; /* mutex to guard actual execution of doAction for single-threaded modules */
uchar *pszName; /* action name (for documentation) */
uchar **ppMsgs; /* pointer to action-calling parameters (kept in structure to save alloc() time!) */
+ size_t *lenMsgs; /* length of message in ppMsgs */
};
typedef struct action_s action_t;