diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-11-03 17:07:22 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-11-03 17:07:22 +0100 |
commit | 5a643669221363a49fb36cfb2acc64dc29b53a14 (patch) | |
tree | fefaea4fa17ed1b26a76a857397a3a3bc7adae27 /runtime/msg.h | |
parent | c28d92259b27eebca3892b9ad18d467691e5aacc (diff) | |
download | rsyslog-5a643669221363a49fb36cfb2acc64dc29b53a14.tar.gz rsyslog-5a643669221363a49fb36cfb2acc64dc29b53a14.tar.bz2 rsyslog-5a643669221363a49fb36cfb2acc64dc29b53a14.zip |
queue: remove time() calls from msg deserialization
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 061970aa..950de559 100644 --- a/runtime/msg.h +++ b/runtime/msg.h @@ -147,6 +147,7 @@ struct msg { PROTOTYPEObjClassInit(msg); rsRetVal msgConstruct(msg_t **ppThis); rsRetVal msgConstructWithTime(msg_t **ppThis, struct syslogTime *stTime, time_t ttGenTime); +rsRetVal msgConstructForDeserializer(msg_t **ppThis); rsRetVal msgConstructFinalizer(msg_t *pThis); rsRetVal msgDestruct(msg_t **ppM); rsRetVal MsgSetProperty(msg_t *pThis, var_t *pProp); |