lib: have default clock snapshot in event message
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 19 Feb 2019 14:14:55 +0000 (09:14 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 3 May 2019 22:19:38 +0000 (18:19 -0400)
commit9c04b63325e2ed7c5d2097a9546842fc967a52ef
treed6d2e9364a8e56d063f829432641305268f881bf
parentb82bfbee852b2007550efbb9fde0c5f6f8c7cc65
lib: have default clock snapshot in event message

The event message is the only message not having a default clock
snapshot property (it's in an event object). Since an event object is
unique and belongs solely to an event message, make it more consistent
and move the default clock snapshot property to the message instead.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
14 files changed:
include/babeltrace/graph/message-event-const.h
include/babeltrace/graph/message-event-internal.h
include/babeltrace/graph/message-event.h
include/babeltrace/trace-ir/event-const.h
include/babeltrace/trace-ir/event-internal.h
include/babeltrace/trace-ir/event.h
lib/graph/iterator.c
lib/graph/message/event.c
lib/lib-logging.c
lib/trace-ir/event.c
plugins/ctf/common/msg-iter/msg-iter.c
plugins/text/dmesg/dmesg.c
plugins/text/pretty/print.c
plugins/utils/muxer/muxer.c
This page took 0.025377 seconds and 4 git commands to generate.