summaryrefslogtreecommitdiffstats
path: root/action.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-06-10 10:40:04 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-06-10 10:40:04 +0200
commit13b5c6b145cfb2c9f4d5f9291115bf0fe7a7156c (patch)
treeeeb9490e3bcb18283f00892b477d736cf1a6bd57 /action.h
parentd630bc742f2f0b6a29c745bba743ecb8a03033c6 (diff)
downloadrsyslog-13b5c6b145cfb2c9f4d5f9291115bf0fe7a7156c.tar.gz
rsyslog-13b5c6b145cfb2c9f4d5f9291115bf0fe7a7156c.tar.xz
rsyslog-13b5c6b145cfb2c9f4d5f9291115bf0fe7a7156c.zip
fixed regression for omruleset use case
I did not revert to using the action ppMsg data element, as one of the next steps is to remove it by an overall much better solution.
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 bf9ceafa..1f750da1 100644
--- a/action.h
+++ b/action.h
@@ -89,7 +89,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) */
int *pbShutdownImmediate;/* to facilitate shutdown, if var is 1, shut down immediately */
- void *ppMsgs; /* pointer to action-calling parameters (kept in structure to save alloc() time!) */
+// void *ppMsgs; /* pointer to action-calling parameters (kept in structure to save alloc() time!) */
size_t *lenMsgs; /* length of message in ppMsgs */
};