diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-04-19 17:03:08 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-04-19 17:03:08 +0200 |
commit | 587036bfb03167d86b0a2fbfe998db1a916cabb3 (patch) | |
tree | 6119d231b6dc5b6f3d7be1cc07cbe05556128d99 /runtime/msg.h | |
parent | 393c67ba5bc20613436552a26a6f0a20d4dda9fe (diff) | |
download | rsyslog-587036bfb03167d86b0a2fbfe998db1a916cabb3.tar.gz rsyslog-587036bfb03167d86b0a2fbfe998db1a916cabb3.tar.xz rsyslog-587036bfb03167d86b0a2fbfe998db1a916cabb3.zip |
changed imsolaris to use submitMsg() API
This includes a modification to the rsyslog engine so that messages
without PRI inside the message can properly be handled.
Diffstat (limited to 'runtime/msg.h')
-rw-r--r-- | runtime/msg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/msg.h b/runtime/msg.h index 3a02365b..f10c919c 100644 --- a/runtime/msg.h +++ b/runtime/msg.h @@ -130,6 +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 */ /* function prototypes |