diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-14 11:58:40 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-14 11:58:40 +0000 |
commit | b49bf8c9227cd0744e9cf51e79e2a921c09a2483 (patch) | |
tree | 8743397a83792d949045c4917ef3b3b2d424b3db /queue.c | |
parent | 77a338e180fd51811041363f615760a14a2dc889 (diff) | |
download | rsyslog-b49bf8c9227cd0744e9cf51e79e2a921c09a2483.tar.gz rsyslog-b49bf8c9227cd0744e9cf51e79e2a921c09a2483.tar.xz rsyslog-b49bf8c9227cd0744e9cf51e79e2a921c09a2483.zip |
removed $MainMsgQueueImmediateShutdown config directive and handling, this
has been superseeded by the Timeout params. Backward compatibility is
no concern, no version with that directive was ever released.
Diffstat (limited to 'queue.c')
-rw-r--r-- | queue.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1091,7 +1091,6 @@ finalize_it: } /* some simple object access methods */ -DEFpropSetMeth(queue, bImmediateShutdown, int); DEFpropSetMeth(queue, iPersistUpdCnt, int); DEFpropSetMeth(queue, toQShutdown, long); DEFpropSetMeth(queue, toActShutdown, long); |