diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-07-07 16:35:51 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-07-07 16:35:51 +0200 |
commit | 8a9e0cc68e3314b02065dcd3424201f25f176dfb (patch) | |
tree | e354a33f34575afc7eef45981902b8ae8c2fdbb8 /runtime/msg.h | |
parent | 5710b413963d2fde9d062127ed72672b8a58a07e (diff) | |
download | rsyslog-8a9e0cc68e3314b02065dcd3424201f25f176dfb.tar.gz rsyslog-8a9e0cc68e3314b02065dcd3424201f25f176dfb.tar.bz2 rsyslog-8a9e0cc68e3314b02065dcd3424201f25f176dfb.zip |
milestone/[PARTWORK]: obtaining msg vars integrated, "==" works for strings
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 01a1e059..19debb03 100644 --- a/runtime/msg.h +++ b/runtime/msg.h @@ -170,6 +170,7 @@ uchar *MsgGetProp(msg_t *pMsg, struct templateEntry *pTpe, size_t *pPropLen, unsigned short *pbMustBeFreed); char *textpri(char *pRes, size_t pResLen, int pri); rsRetVal msgGetMsgVar(msg_t *pThis, cstr_t *pstrPropName, var_t **ppVar); +es_str_t* msgGetMsgVarNew(msg_t *pThis, uchar *name); rsRetVal MsgEnableThreadSafety(void); uchar *getRcvFrom(msg_t *pM); void getTAG(msg_t *pM, uchar **ppBuf, int *piLen); |