From 017fb92bd811ce1083504eafda4e2080d9520a31 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 30 Sep 2010 14:07:18 +0200 Subject: Imported Upstream version 5.7.0 --- runtime/syslogd-types.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'runtime/syslogd-types.h') diff --git a/runtime/syslogd-types.h b/runtime/syslogd-types.h index 4a26f99..fcebd98 100644 --- a/runtime/syslogd-types.h +++ b/runtime/syslogd-types.h @@ -56,7 +56,10 @@ * applications I do not yet envision. -- rgerhards, 2007-07-24 */ typedef enum _syslogFeature { - sFEATURERepeatedMsgReduction = 1 + sFEATURERepeatedMsgReduction = 1, /* for output modules */ + sFEATURENonCancelInputTermination = 2, /* for input modules */ + sFEATUREAutomaticSanitazion = 3, /* for parser modules */ + sFEATUREAutomaticPRIParsing = 4 /* for parser modules */ } syslogFeature; /* we define our own facility and severities */ -- cgit v1.2.3