summaryrefslogtreecommitdiffstats
path: root/plugins/immark
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-10 17:33:21 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-10 17:33:21 +0000
commit68efb41220a834870681f293481655ed47e7b197 (patch)
tree7d86bb0fa5c08a02079f406267dff0bf49795a80 /plugins/immark
parent41f386f6abeff1577812a58ccd1d416a5389a85b (diff)
downloadrsyslog-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/immark')
-rw-r--r--plugins/immark/immark.c1
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.