diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-11-22 10:43:44 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-11-22 10:43:44 +0100 |
commit | 91566b360f5ce18bce28d9d274d4ecfa9f824ebe (patch) | |
tree | 43bea3d68bafd59e091d64839388a43960dbe44f /plugins/imklog/imklog.h | |
parent | 2ed0f99ce2576c4b52cccd7cdc0d17531281f85f (diff) | |
parent | ae7b78cdb27d0477c59252808d535f0beb4c541c (diff) | |
download | rsyslog-91566b360f5ce18bce28d9d274d4ecfa9f824ebe.tar.gz rsyslog-91566b360f5ce18bce28d9d274d4ecfa9f824ebe.tar.bz2 rsyslog-91566b360f5ce18bce28d9d274d4ecfa9f824ebe.zip |
Merge branch 'v6-stable' into tmp
Diffstat (limited to 'plugins/imklog/imklog.h')
-rw-r--r-- | plugins/imklog/imklog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/imklog/imklog.h b/plugins/imklog/imklog.h index acfb50ab..fa517ccc 100644 --- a/plugins/imklog/imklog.h +++ b/plugins/imklog/imklog.h @@ -36,6 +36,8 @@ struct modConfData_s { uchar *pszPath; int console_log_level; sbool bPermitNonKernel; + sbool bParseKernelStamp; + sbool bKeepKernelStamp; sbool configSetViaV2Method; }; |