summaryrefslogtreecommitdiffstats
path: root/plugins/imklog/imklog.h
diff options
context:
space:
mode:
authorMarius Tomaschewski <mt@suse.de>2012-11-21 13:46:58 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-11-21 18:13:48 +0100
commit318a6fb577a6e5af558b70232bb0a19871399d13 (patch)
treeac09c7e4f99ff0b874cc5ea4e069ecbbd48691e2 /plugins/imklog/imklog.h
parent85536bc0c9c39c21ff1b1c158667d2a5aab6b355 (diff)
downloadrsyslog-318a6fb577a6e5af558b70232bb0a19871399d13.tar.gz
rsyslog-318a6fb577a6e5af558b70232bb0a19871399d13.tar.bz2
rsyslog-318a6fb577a6e5af558b70232bb0a19871399d13.zip
imklog: added $klogKeepKernelTimestamp option
When enabled, the kernel [timestamp] remains at begin of each message, even it is used for the message time too.
Diffstat (limited to 'plugins/imklog/imklog.h')
-rw-r--r--plugins/imklog/imklog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/imklog/imklog.h b/plugins/imklog/imklog.h
index 7a060df4..03fb9735 100644
--- a/plugins/imklog/imklog.h
+++ b/plugins/imklog/imklog.h
@@ -52,6 +52,7 @@ extern char *symfile;
extern int console_log_level;
extern int dbgPrintSymbols;
extern uchar *pszPath;
+extern int bKeepKernelStamp;
/* the functions below may be called by the drivers */
rsRetVal imklogLogIntMsg(int priority, char *fmt, ...) __attribute__((format(printf,2, 3)));