Rename bt_ctf_clock_class_get_is_absolute() -> bt_ctf_clock_class_is_absolute()
[babeltrace.git] / plugins / utils / muxer / muxer.c
index 033a0abb574cb424ce55cbbd9f05f596168c69e4..d78884d4fcf42b8665c550245829fdf1f89d2ea4 100644 (file)
@@ -548,7 +548,7 @@ int get_notif_ts_ns(struct muxer_comp *muxer_comp,
                goto error;
        }
 
-       if (!bt_ctf_clock_class_get_is_absolute(clock_class)) {
+       if (!bt_ctf_clock_class_is_absolute(clock_class)) {
                // TODO: Allow this with an explicit parameter
                goto error;
        }
This page took 0.024172 seconds and 4 git commands to generate.