diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-09-16 14:57:12 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-09-16 14:57:12 +0200 |
commit | bcb97650683bbcb1ecdacd0c2a6052ef836d3eda (patch) | |
tree | 76b4f704b169398ddc10182c1348c731b0717cf4 /tools | |
parent | 19ac72a36859ea267fbf4e2e640a5499c6276e07 (diff) | |
download | rsyslog-bcb97650683bbcb1ecdacd0c2a6052ef836d3eda.tar.gz rsyslog-bcb97650683bbcb1ecdacd0c2a6052ef836d3eda.tar.bz2 rsyslog-bcb97650683bbcb1ecdacd0c2a6052ef836d3eda.zip |
consolidated time() calls in rule engine
... but did not manage to avoid doing at least one call. So
this change introduced performance benefit only in a few
non-common situations. Anyhow, it hopefully levels ground
for better things to come.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/syslogd.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/syslogd.c b/tools/syslogd.c index f51947bf..b6e1d826 100644 --- a/tools/syslogd.c +++ b/tools/syslogd.c @@ -1167,9 +1167,6 @@ processMsg(msg_t *pMsg) /* The consumer of dequeued messages. This function is called by the * queue engine on dequeueing of a message. It runs on a SEPARATE * THREAD. - * NOTE: Having more than one worker requires guarding of some - * message object structures and potentially others - need to be checked - * before we support multiple worker threads on the message queue. * Please note: the message object is destructed by the queue itself! */ static rsRetVal |