diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-04-08 17:55:52 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-04-08 17:55:52 +0200 |
commit | d9cde56eb8532bd660d6feb2249562afac0c40f6 (patch) | |
tree | b8c562c0bed8f6bc029dfb7c518356c71e116d5b /runtime/queue.c | |
parent | ba592431e279b3dafb74b93824a1478ff0d9724f (diff) | |
download | rsyslog-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.c | 2 |
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 |