summaryrefslogtreecommitdiffstats
path: root/runtime/queue.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-04-08 17:55:52 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-04-08 17:55:52 +0200
commitd9cde56eb8532bd660d6feb2249562afac0c40f6 (patch)
treeb8c562c0bed8f6bc029dfb7c518356c71e116d5b /runtime/queue.c
parentba592431e279b3dafb74b93824a1478ff0d9724f (diff)
downloadrsyslog-d9cde56eb8532bd660d6feb2249562afac0c40f6.tar.gz
rsyslog-d9cde56eb8532bd660d6feb2249562afac0c40f6.tar.bz2
rsyslog-d9cde56eb8532bd660d6feb2249562afac0c40f6.zip
add output module interface to facilitate cooperative shutdown
... in more complex cases (where receiving SIGTTIN is not sufficient). See also: http://blog.gerhards.net/2013/04/rsyslog-output-plugin-wrangling.html
Diffstat (limited to 'runtime/queue.c')
-rw-r--r--runtime/queue.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/queue.c b/runtime/queue.c
index 8d8d8e0a..a464c2d7 100644
--- a/runtime/queue.c
+++ b/runtime/queue.c
@@ -1332,8 +1332,6 @@ finalize_it:
RETiRet;
}
-
-
/* Constructor for the queue object
* This constructs the data structure, but does not yet start the queue. That
* is done by queueStart(). The reason is that we want to give the caller a chance