Skip to content

Commit

Permalink
lib/logmsg: remove obsolete evt_tag_msg_reference macro
Browse files Browse the repository at this point in the history
Signed-off-by: Szilard Parrag <szilard.parrag@axoflow.com>
  • Loading branch information
OverOrion committed Nov 5, 2024
1 parent b4db93e commit c343cfc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/logmsg/logmsg.h
Original file line number Diff line number Diff line change
Expand Up @@ -558,10 +558,6 @@ gint log_msg_lookup_time_stamp_name(const gchar *name);

gssize log_msg_get_size(LogMessage *self);

#define evt_tag_msg_reference(msg) \
evt_tag_printf("msg", "%p", (msg)), \
evt_tag_printf("rcptid", "%" G_GUINT64_FORMAT, (msg)->rcptid)

static inline EVTTAG *
evt_tag_msg_value(const gchar *name, LogMessage *msg, NVHandle value_handle)
{
Expand Down

0 comments on commit c343cfc

Please sign in to comment.