diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-04-19 17:14:09 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-04-19 17:14:09 +0200 |
commit | 6b8e9477a2bd4810010ac91ba76909713b0dbb15 (patch) | |
tree | 6f1ec65fef3c10f3f1740942c5038ea5647edb4d /runtime/msg.h | |
parent | 587036bfb03167d86b0a2fbfe998db1a916cabb3 (diff) | |
download | rsyslog-6b8e9477a2bd4810010ac91ba76909713b0dbb15.tar.gz rsyslog-6b8e9477a2bd4810010ac91ba76909713b0dbb15.tar.xz rsyslog-6b8e9477a2bd4810010ac91ba76909713b0dbb15.zip |
changed flag value for v5-compatibility
Diffstat (limited to 'runtime/msg.h')
-rw-r--r-- | runtime/msg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/msg.h b/runtime/msg.h index f10c919c..0d3314b7 100644 --- a/runtime/msg.h +++ b/runtime/msg.h @@ -130,7 +130,7 @@ struct msg { #define MARK 0x008 /* this message is a mark */ #define NEEDS_PARSING 0x010 /* raw message, must be parsed before processing can be done */ #define PARSE_HOSTNAME 0x020 /* parse the hostname during message parsing */ -#define NO_PRI_IN_RAW 0x040 /* rawmsg does not include a PRI (Solaris!), but PRI is already set correctly in the msg object */ +#define NO_PRI_IN_RAW 0x100 /* rawmsg does not include a PRI (Solaris!), but PRI is already set correctly in the msg object */ /* function prototypes |