diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-08-02 13:39:25 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-08-02 13:39:25 +0000 |
commit | 16aef4a3f37c30e6a068a8a07f84adb0540fb4c2 (patch) | |
tree | 627dd9e1329ea56274619c355a416d257d9ccff0 /omfwd.c | |
parent | 2b2cdb5a6c2e8659771451571c77844488c6fa92 (diff) | |
download | rsyslog-16aef4a3f37c30e6a068a8a07f84adb0540fb4c2.tar.gz rsyslog-16aef4a3f37c30e6a068a8a07f84adb0540fb4c2.tar.xz rsyslog-16aef4a3f37c30e6a068a8a07f84adb0540fb4c2.zip |
added resumption logic to rsyslogd (but not yet any module)
Diffstat (limited to 'omfwd.c')
-rw-r--r-- | omfwd.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -544,6 +544,7 @@ static char *getFwdSyslogPt(instanceData *pData) BEGINtryResume CODESTARTtryResume +dprintf("###################### tryResume called\n"); ENDtryResume BEGINdoAction |