diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-06-17 12:56:58 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-06-17 12:56:58 +0200 |
commit | 56e462610db0dc71cfc2e4af17d1eb27bd67fae7 (patch) | |
tree | 21ad9eb469ca03afa111d1b37bc0a78610e5513d /dirty.h | |
parent | 1e30f67584ca0770e1e5b88ea75da7f9bc1022df (diff) | |
download | rsyslog-56e462610db0dc71cfc2e4af17d1eb27bd67fae7.tar.gz rsyslog-56e462610db0dc71cfc2e4af17d1eb27bd67fae7.tar.xz rsyslog-56e462610db0dc71cfc2e4af17d1eb27bd67fae7.zip |
further optimized message object
pri, facility and severity string generation simplified
Diffstat (limited to 'dirty.h')
-rw-r--r-- | dirty.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ #ifndef DIRTY_H_INCLUDED #define DIRTY_H_INCLUDED 1 +rsRetVal multiSubmitMsg(multi_submit_t *pMultiSub); rsRetVal submitMsg(msg_t *pMsg); rsRetVal logmsgInternal(int iErr, int pri, uchar *msg, int flags); rsRetVal parseAndSubmitMessage(uchar *hname, uchar *hnameIP, uchar *msg, int len, int flags, flowControl_t flowCtlTypeu, uchar *pszInputName, struct syslogTime *stTime, time_t ttGenTime); |