diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-17 17:17:43 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-17 17:17:43 +0200 |
commit | fa4119e8747eaec739e38e600cae0308db5367e9 (patch) | |
tree | 385559ddaf9f4ec504787936b89783a913853204 /plugins/imklog/imklog.h | |
parent | b3bd4657910fc681173cf781517710ddabc92cb2 (diff) | |
download | rsyslog-fa4119e8747eaec739e38e600cae0308db5367e9.tar.gz rsyslog-fa4119e8747eaec739e38e600cae0308db5367e9.tar.bz2 rsyslog-fa4119e8747eaec739e38e600cae0308db5367e9.zip |
imklog: add paramter "keepkerneltimestamp"
Thanks to Marius Tomaschweski for the suggestion and a patch (for v5)
that this commit bases on.
Diffstat (limited to 'plugins/imklog/imklog.h')
-rw-r--r-- | plugins/imklog/imklog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/imklog/imklog.h b/plugins/imklog/imklog.h index acfb50ab..6cd97c37 100644 --- a/plugins/imklog/imklog.h +++ b/plugins/imklog/imklog.h @@ -36,6 +36,7 @@ struct modConfData_s { uchar *pszPath; int console_log_level; sbool bPermitNonKernel; + sbool bKeepKernelStamp; /* keep kernel timestamp instead of interpreting it */ sbool configSetViaV2Method; }; |