Clock snapshot API: use status
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 8 Dec 2018 19:47:56 +0000 (14:47 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 3 May 2019 22:19:37 +0000 (18:19 -0400)
commita13b98e16e64ca037f665c5b8ea8f3f6545161f5
tree1702a08f868ab7a3babff27351ab2d3bf3b8d2d5
parentd10c1e1a294fadd5943b8c38f902148dad8ccb70
Clock snapshot API: use status

`enum bt_clock_snapshot_status` is renamed to `enum
bt_clock_snapshot_state` (known or unknown), while `enum
bt_clock_snapshot_status` is the API status enumeration like with other
APIs.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
14 files changed:
include/babeltrace/graph/message-inactivity-const.h
include/babeltrace/graph/message-inactivity.h
include/babeltrace/graph/message-stream-const.h
include/babeltrace/trace-ir/clock-snapshot-const.h
include/babeltrace/trace-ir/event-const.h
include/babeltrace/trace-ir/packet-const.h
lib/graph/message/inactivity.c
lib/graph/message/stream.c
lib/trace-ir/clock-snapshot.c
lib/trace-ir/event.c
lib/trace-ir/packet.c
lib/trace-ir/stream-class.c
plugins/text/pretty/print.c
plugins/utils/muxer/muxer.c
This page took 0.027778 seconds and 4 git commands to generate.