summaryrefslogtreecommitdiffstats
path: root/runtime/msg.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-12-03 17:11:03 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-12-03 17:11:03 +0100
commit4618773be685488e081bebb397db32851dc16782 (patch)
tree744a80610a877eaa0f8ff5f552e17a5cbf0563a3 /runtime/msg.h
parentf871bd135a33c88a013f49402d0af87fb1f1de5d (diff)
downloadrsyslog-4618773be685488e081bebb397db32851dc16782.tar.gz
rsyslog-4618773be685488e081bebb397db32851dc16782.tar.xz
rsyslog-4618773be685488e081bebb397db32851dc16782.zip
milestone: added support for CEE-variables to RainerScript
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 9d9df8d0..1fd95994 100644
--- a/runtime/msg.h
+++ b/runtime/msg.h
@@ -29,6 +29,7 @@
#define MSG_H_INCLUDED 1
#include <pthread.h>
+#include <libestr.h>
#include "obj.h"
#include "syslogd-types.h"
#include "template.h"
@@ -174,6 +175,7 @@ void getTAG(msg_t *pM, uchar **ppBuf, int *piLen);
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);
/* TODO: remove these five (so far used in action.c) */