diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-08-27 17:00:17 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-08-27 17:00:17 +0200 |
commit | 1f3d7e3a9d71d0c494db0de42709a700b34d786d (patch) | |
tree | 585c4bd46d862a1647625dedf39ec3d6db791407 /runtime/msg.h | |
parent | 21034329b1c4284550f8d9d31c81d1d847040f46 (diff) | |
download | rsyslog-1f3d7e3a9d71d0c494db0de42709a700b34d786d.tar.gz rsyslog-1f3d7e3a9d71d0c494db0de42709a700b34d786d.tar.bz2 rsyslog-1f3d7e3a9d71d0c494db0de42709a700b34d786d.zip |
milestone: libee event removed from rsyslog core. Now pure JSON.
Diffstat (limited to 'runtime/msg.h')
-rw-r--r-- | runtime/msg.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 { |