summaryrefslogtreecommitdiffstats
path: root/plugins/imklog/imklog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-11-22 09:45:05 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-11-22 09:45:05 +0100
commit84a5d7b138fd6366cf2964585f330e663b96d10e (patch)
tree078ebcaf8b68e86c7ddf72f628a8aacf5a7cc770 /plugins/imklog/imklog.h
parentef9128a9f92f2a68ac0fb5db27ded192a258df13 (diff)
parentb78af2aaf546cee90671513be39d8e3717f2ace6 (diff)
downloadrsyslog-84a5d7b138fd6366cf2964585f330e663b96d10e.tar.gz
rsyslog-84a5d7b138fd6366cf2964585f330e663b96d10e.tar.bz2
rsyslog-84a5d7b138fd6366cf2964585f330e663b96d10e.zip
Merge branch 'v5-stable' into v6-stable
Note: this was not a simple merge, I rather needed to adopt the v5 code to the new v6 config handling. However, no v6 config format has been added yet (this is the next step). Conflicts: plugins/imklog/imklog.c plugins/imklog/imklog.h
Diffstat (limited to 'plugins/imklog/imklog.h')
-rw-r--r--plugins/imklog/imklog.h2
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;
};