summaryrefslogtreecommitdiffstats
path: root/runtime/msg.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-11-03 17:07:22 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-11-03 17:07:22 +0100
commit5a643669221363a49fb36cfb2acc64dc29b53a14 (patch)
treefefaea4fa17ed1b26a76a857397a3a3bc7adae27 /runtime/msg.h
parentc28d92259b27eebca3892b9ad18d467691e5aacc (diff)
downloadrsyslog-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.h1
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);