diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-09-25 17:15:58 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-09-25 17:15:58 +0200 |
commit | b810f0dd3ade85efeb7dc9b99fade798764d0ac2 (patch) | |
tree | 79e65f24e151b4ff8c1ad7aa52ed4e37a736591d /runtime/msg.h | |
parent | c787fb9ce9064cf2047287c2610a0090d5f692c6 (diff) | |
download | rsyslog-b810f0dd3ade85efeb7dc9b99fade798764d0ac2.tar.gz rsyslog-b810f0dd3ade85efeb7dc9b99fade798764d0ac2.tar.bz2 rsyslog-b810f0dd3ade85efeb7dc9b99fade798764d0ac2.zip |
mmrfc5424addhmac: complete initial implementation
hash is now also persisted back to structured-data rsyslog
property
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 f4c54731..f434a8fc 100644 --- a/runtime/msg.h +++ b/runtime/msg.h @@ -168,6 +168,7 @@ 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); rsRetVal MsgSetStructuredData(msg_t *pMsg, char* pszStrucData); +rsRetVal MsgAddToStructuredData(msg_t *pMsg, uchar *toadd, rs_size_t len); void MsgGetStructuredData(msg_t *pM, uchar **pBuf, rs_size_t *len); rsRetVal msgSetFromSockinfo(msg_t *pThis, struct sockaddr_storage *sa); void MsgSetRcvFrom(msg_t *pMsg, prop_t*); |