summaryrefslogtreecommitdiffstats
path: root/runtime/msg.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-06-22 18:52:30 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-06-22 18:52:30 +0200
commitce5869f7c41c8db943d8cbe804b69af40d43e2e6 (patch)
tree5e36c1e35728021f6b067d668bf71245202e90a5 /runtime/msg.h
parent221dc8a3224dcb59a7dd3158716a8d24cee71618 (diff)
downloadrsyslog-ce5869f7c41c8db943d8cbe804b69af40d43e2e6.tar.gz
rsyslog-ce5869f7c41c8db943d8cbe804b69af40d43e2e6.tar.xz
rsyslog-ce5869f7c41c8db943d8cbe804b69af40d43e2e6.zip
optimized processing of TAG message field
Diffstat (limited to 'runtime/msg.h')
-rw-r--r--runtime/msg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/msg.h b/runtime/msg.h
index 34983704..0f9bd95e 100644
--- a/runtime/msg.h
+++ b/runtime/msg.h
@@ -145,7 +145,6 @@ void MsgSetInputName(msg_t *pMsg, uchar*, size_t);
rsRetVal MsgSetAPPNAME(msg_t *pMsg, char* pszAPPNAME);
rsRetVal MsgSetPROCID(msg_t *pMsg, char* pszPROCID);
rsRetVal MsgSetMSGID(msg_t *pMsg, char* pszMSGID);
-void MsgAssignTAG(msg_t *pMsg, uchar *pBuf);
void MsgSetTAG(msg_t *pMsg, uchar* pszBuf, size_t lenBuf);
void MsgSetRuleset(msg_t *pMsg, ruleset_t*);
rsRetVal MsgSetFlowControlType(msg_t *pMsg, flowControl_t eFlowCtl);