lib: rename clock class's absolute property to "origin is Unix epoch"
[babeltrace.git] / plugins / text / dmesg / dmesg.c
index 29cef2f59d1e782f0c2565ca76f665e035ace1d8..914ae06361e6db2a583a6c90deb4a88b4d21e5f9 100644 (file)
@@ -148,10 +148,10 @@ int create_meta(struct dmesg_component *dmesg_comp, bool has_ts)
                }
 
                /*
-                * The `dmesg` timestamp is not absolute, it's relative
-                * to the boot time.
+                * The `dmesg` timestamp's origin is not the Unix epoch,
+                * it's the boot time.
                 */
-               bt_clock_class_set_is_absolute(dmesg_comp->clock_class,
+               bt_clock_class_set_origin_is_unix_epoch(dmesg_comp->clock_class,
                        BT_FALSE);
 
                ret = bt_stream_class_set_default_clock_class(
This page took 0.023437 seconds and 4 git commands to generate.