diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-07-08 14:50:35 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-07-08 14:50:35 +0200 |
commit | 379bd30a5481056c2e5e71443149fb6b3b2295fc (patch) | |
tree | ef3916467712247b0c79ac278b5f1da3509180e1 /runtime/msg.h | |
parent | d9ea755214ab75afa039a4df89f828d4b8b30ef0 (diff) | |
download | rsyslog-379bd30a5481056c2e5e71443149fb6b3b2295fc.tar.gz rsyslog-379bd30a5481056c2e5e71443149fb6b3b2295fc.tar.bz2 rsyslog-379bd30a5481056c2e5e71443149fb6b3b2295fc.zip |
milestone/[PARTWORK]: integrated all variable types (msg/sys/cee)
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 19debb03..55d2dfc0 100644 --- a/runtime/msg.h +++ b/runtime/msg.h @@ -178,6 +178,7 @@ char *getTimeReported(msg_t *pM, enum tplFormatTypes eFmt); char *getPRI(msg_t *pMsg); void getRawMsg(msg_t *pM, uchar **pBuf, int *piLen); rsRetVal msgGetCEEVar(msg_t *pThis, cstr_t *propName, var_t **ppVar); +es_str_t* msgGetCEEVarNew(msg_t *pMsg, char *name); /* TODO: remove these five (so far used in action.c) */ |