diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-05 17:11:09 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-05 17:11:09 +0000 |
commit | f2e01f85bc474982d34c31ddda7d1f35e4d1a23e (patch) | |
tree | 68e753a0259e8c7d08e3bd9abfda32bcca1a5017 /action.h | |
parent | f9105d514134152094dfd02cab5113650dc53f76 (diff) | |
download | rsyslog-f2e01f85bc474982d34c31ddda7d1f35e4d1a23e.tar.gz rsyslog-f2e01f85bc474982d34c31ddda7d1f35e4d1a23e.tar.bz2 rsyslog-f2e01f85bc474982d34c31ddda7d1f35e4d1a23e.zip |
shuffled some more code from syslogd.c to the right places
Diffstat (limited to 'action.h')
-rw-r--r-- | action.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -80,6 +80,7 @@ rsRetVal actionDoAction(action_t *pAction); rsRetVal actionCallAction(action_t *pAction, msg_t *pMsg); rsRetVal actionWriteToAction(action_t *pAction); rsRetVal actionClassInit(void); +rsRetVal addAction(action_t **ppAction, modInfo_t *pMod, void *pModData, omodStringRequest_t *pOMSR, int bSuspended); #if 1 #define actionIsSuspended(pThis) ((pThis)->bSuspended == 1) |