lib: rename clock class's absolute property to "origin is Unix epoch"
[babeltrace.git] / include / babeltrace / trace-ir / clock-class-internal.h
index 236d70b41699260d1d6654f478ed2a197b1a20c6..d91d549f7f4d4558bdfafe00f7bbf862c1703594 100644 (file)
@@ -64,7 +64,7 @@ struct bt_clock_class {
                bt_uuid value;
        } uuid;
 
-       bool is_absolute;
+       bool origin_is_unix_epoch;
 
        /*
         * This is computed every time you call
This page took 0.023335 seconds and 4 git commands to generate.