Rename bt_ctf_X -> bt_X, maintain backward compat. for pre-2.0 CTF writer
[babeltrace.git] / include / babeltrace / graph / clock-class-priority-map-internal.h
index 89ba1c9dfc620bdfd8ac41697499fb4431679021..cb73a2c6371ec40eba6c3dcd490c6162ec2b6e7d 100644 (file)
 struct bt_clock_class_priority_map {
        struct bt_object base;
 
-       /* Array of struct bt_ctf_clock_class *, owned by this */
+       /* Array of struct bt_clock_class *, owned by this */
        GPtrArray *entries;
 
-       /* struct bt_ctf_clock_class * (weak) to priority (uint64_t *) */
+       /* struct bt_clock_class * (weak) to priority (uint64_t *) */
        GHashTable *prios;
 
        /* Clock class (weak) with the currently highest priority */
-       struct bt_ctf_clock_class *highest_prio_cc;
+       struct bt_clock_class *highest_prio_cc;
 
        bt_bool frozen;
 };
This page took 0.024034 seconds and 4 git commands to generate.