From 1f3d7e3a9d71d0c494db0de42709a700b34d786d Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 27 Aug 2012 17:00:17 +0200 Subject: milestone: libee event removed from rsyslog core. Now pure JSON. --- runtime/msg.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'runtime/msg.h') diff --git a/runtime/msg.h b/runtime/msg.h index 19ba2ddb..0cad1166 100644 --- a/runtime/msg.h +++ b/runtime/msg.h @@ -110,9 +110,8 @@ struct msg { it obviously is solved in way or another...). */ struct syslogTime tRcvdAt;/* time the message entered this program */ struct syslogTime tTIMESTAMP;/* (parsed) value of the timestamp */ - struct ee_event *event; /**< libee event */ - /* some fixed-size buffers to save malloc()/free() for frequently used fields (from the default templates) */ struct json_object *json; + /* some fixed-size buffers to save malloc()/free() for frequently used fields (from the default templates) */ uchar szRawMsg[CONF_RAWMSG_BUFSIZE]; /* most messages are small, and these are stored here (without malloc/free!) */ uchar szHOSTNAME[CONF_HOSTNAME_BUFSIZE]; union { -- cgit v1.2.3