diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-06-10 12:24:22 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-06-10 12:24:22 +0200 |
commit | 74135da95971c8d03e4e45f7d3f703e1d40f76f4 (patch) | |
tree | 604dc7b4aaf7af91040ea96cc63399cd5b2269df /action.h | |
parent | 13b5c6b145cfb2c9f4d5f9291115bf0fe7a7156c (diff) | |
download | rsyslog-74135da95971c8d03e4e45f7d3f703e1d40f76f4.tar.gz rsyslog-74135da95971c8d03e4e45f7d3f703e1d40f76f4.tar.bz2 rsyslog-74135da95971c8d03e4e45f7d3f703e1d40f76f4.zip |
some cleanup
as well as some work in preparation of storing doAction params inside
the batch
Diffstat (limited to 'action.h')
-rw-r--r-- | action.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -89,8 +89,6 @@ 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!) */ - size_t *lenMsgs; /* length of message in ppMsgs */ }; |