lib: have default clock snapshot in event message
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 19 Feb 2019 14:14:55 +0000 (09:14 -0500)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 2 May 2019 20:50:15 +0000 (20:50 +0000)
commit2c091c0465f433cc37e0042254c9132bac70a181
tree0e89988c120494e78c43bbea2c1e465aaa81047a
parente3adcdfa2a662e2825b138fa9c5badd808260e34
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.027506 seconds and 4 git commands to generate.