diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-03 09:44:54 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-03 09:44:54 +0000 |
commit | 29d9729292d44d2827054a1aef27278f3dadd57e (patch) | |
tree | dcede7f015fd4c4d1ef7ccd311a505bfdc79e1c2 /syslogd.c | |
parent | a05de60a5670c759b5dbe6e60bbac8fe9332420d (diff) | |
download | rsyslog-29d9729292d44d2827054a1aef27278f3dadd57e.tar.gz rsyslog-29d9729292d44d2827054a1aef27278f3dadd57e.tar.xz rsyslog-29d9729292d44d2827054a1aef27278f3dadd57e.zip |
moved queue code to its own module (finally)
Diffstat (limited to 'syslogd.c')
-rw-r--r-- | syslogd.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -208,6 +208,7 @@ #include "omfile.h" #include "omdiscard.h" #include "threads.h" +#include "queue.h" /* We define our own set of syslog defintions so that we * do not need to rely on (possibly different) implementations. |