diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-10 17:33:21 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-10 17:33:21 +0000 |
commit | 68efb41220a834870681f293481655ed47e7b197 (patch) | |
tree | 7d86bb0fa5c08a02079f406267dff0bf49795a80 /plugins | |
parent | 41f386f6abeff1577812a58ccd1d416a5389a85b (diff) | |
download | rsyslog-68efb41220a834870681f293481655ed47e7b197.tar.gz rsyslog-68efb41220a834870681f293481655ed47e7b197.tar.xz rsyslog-68efb41220a834870681f293481655ed47e7b197.zip |
- some cleanup
- implemented management function for worker thread 0 in order to change
queue workers dynamically -- stage work
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/immark/immark.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/immark/immark.c b/plugins/immark/immark.c index f21bfd7f..4735b730 100644 --- a/plugins/immark/immark.c +++ b/plugins/immark/immark.c @@ -67,7 +67,6 @@ typedef struct _instanceData { */ BEGINrunInput CODESTARTrunInput - thrdBlockTermination(pThrd); /* this is an endless loop - it is terminated when the thread is * signalled to do so. This, however, is handled by the framework, * right into the sleep below. |