Add bt_clock_class_priority_map_copy()
[babeltrace.git] / include / babeltrace / graph / clock-class-priority-map-internal.h
index 3cba2bb9ce2b84bc68f7686f1d2cc45f11ab2942..049421458c0d7b64d551adff169e157b31a316f1 100644 (file)
@@ -40,7 +40,7 @@ struct bt_clock_class_priority_map {
        /* Array of struct bt_ctf_clock_class *, owned by this */
        GPtrArray *entries;
 
-       /* struct bt_ctf_clock_class * (weak) to priority (uint64_t) */
+       /* struct bt_ctf_clock_class * (weak) to priority (uint64_t *) */
        GHashTable *prios;
 
        /* Clock class (weak) with the currently highest priority */
This page took 0.034507 seconds and 4 git commands to generate.