diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-16 08:12:11 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-16 08:12:11 +0200 |
commit | dd7e91f35dd70f0bbf657f0dc21ddc2afdcb0602 (patch) | |
tree | 3b0f438087036d303b1d6b15612342408ce7ece5 /plugins/imklog | |
parent | dfc9733135787a4b89dde3950273d3a1b1a26604 (diff) | |
download | rsyslog-dd7e91f35dd70f0bbf657f0dc21ddc2afdcb0602.tar.gz rsyslog-dd7e91f35dd70f0bbf657f0dc21ddc2afdcb0602.tar.xz rsyslog-dd7e91f35dd70f0bbf657f0dc21ddc2afdcb0602.zip |
more or less finished im3195
but need changes in liblogging to complete this
work - does not compile yet
Diffstat (limited to 'plugins/imklog')
-rw-r--r-- | plugins/imklog/imklog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/imklog/imklog.c b/plugins/imklog/imklog.c index c6fb1592..9b428bc0 100644 --- a/plugins/imklog/imklog.c +++ b/plugins/imklog/imklog.c @@ -59,7 +59,7 @@ MODULE_TYPE_INPUT DEF_IMOD_STATIC_DATA DEFobjCurrIf(datetime) -/* configuration settings TODO: move to instance data? */ +/* configuration settings */ int dbgPrintSymbols = 0; /* this one is extern so the helpers can access it! */ int symbols_twice = 0; int use_syscall = 0; |