summaryrefslogtreecommitdiffstats
path: root/runtime/msg.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-11-03 13:27:27 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-11-03 13:27:27 +0100
commitc28d92259b27eebca3892b9ad18d467691e5aacc (patch)
treea6dd9a87131aa17f8b82d2285691bc196118f49a /runtime/msg.h
parentf88d4f76f69f52918726eb91a2ce06a163cbf0c6 (diff)
downloadrsyslog-c28d92259b27eebca3892b9ad18d467691e5aacc.tar.gz
rsyslog-c28d92259b27eebca3892b9ad18d467691e5aacc.tar.bz2
rsyslog-c28d92259b27eebca3892b9ad18d467691e5aacc.zip
queue: use specific deserializer for msg object
spares lengthy table lookups
Diffstat (limited to 'runtime/msg.h')
-rw-r--r--runtime/msg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/msg.h b/runtime/msg.h
index a3a99aee..061970aa 100644
--- a/runtime/msg.h
+++ b/runtime/msg.h
@@ -147,7 +147,9 @@ struct msg {
PROTOTYPEObjClassInit(msg);
rsRetVal msgConstruct(msg_t **ppThis);
rsRetVal msgConstructWithTime(msg_t **ppThis, struct syslogTime *stTime, time_t ttGenTime);
+rsRetVal msgConstructFinalizer(msg_t *pThis);
rsRetVal msgDestruct(msg_t **ppM);
+rsRetVal MsgSetProperty(msg_t *pThis, var_t *pProp);
msg_t* MsgDup(msg_t* pOld);
msg_t *MsgAddRef(msg_t *pM);
void setProtocolVersion(msg_t *pM, int iNewVersion);