bt_ctf_event_set_clock_value() does not need a clock class
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 4 Feb 2017 08:37:54 +0000 (03:37 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:37 +0000 (12:57 -0400)
commit3f3c46b84dc67e4839dce4ca6a74719f9f35bd63
tree391f509ea177a81a8c2a094a6e3a5912bf624087
parent6f57e4587c51b2927b70142537c9a6d31fb3a693
bt_ctf_event_set_clock_value() does not need a clock class

Since a clock value has a clock class member, and you can
get it with bt_ctf_clock_value_get_class(), it's redundant
to specify both the clock class and the clock value when
you call bt_ctf_event_set_clock_value().

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
formats/ctf/ir/event.c
include/babeltrace/ctf-ir/event.h
plugins/ctf/common/notif-iter/notif-iter.c
This page took 0.024733 seconds and 4 git commands to generate.