lib: rename "clock value" -> "clock snapshot"
[babeltrace.git] / include / babeltrace / trace-ir / clock-class-internal.h
index a2fcc303367a2c584f8e0784191bd91ba5ecde4a..236d70b41699260d1d6654f478ed2a197b1a20c6 100644 (file)
@@ -73,7 +73,7 @@ struct bt_clock_class {
         * base offset in nanoseconds including both `offset_seconds`
         * and `offset_cycles` above in the result. It is used to
         * accelerate future calls to
-        * bt_clock_value_get_ns_from_origin() and
+        * bt_clock_snapshot_get_ns_from_origin() and
         * bt_clock_class_cycles_to_ns_from_origin().
         *
         * `overflows` is true if the base offset cannot be computed
@@ -84,8 +84,8 @@ struct bt_clock_class {
                bool overflows;
        } base_offset;
 
-       /* Pool of `struct bt_clock_value *` */
-       struct bt_object_pool cv_pool;
+       /* Pool of `struct bt_clock_snapshot *` */
+       struct bt_object_pool cs_pool;
 
        bool frozen;
 };
This page took 0.025755 seconds and 4 git commands to generate.