ctf plugin: BTR: use "borrow" functions where possible
[babeltrace.git] / plugins / ctf / common / btr / btr.h
index 55d95912dfb04bde929a7d113252a306a16a4296..c4f400911159059b8b12b70268d5879acba02480 100644 (file)
@@ -265,7 +265,7 @@ struct bt_btr_cbs {
                 * @returns             Current selected type (owned by
                 *                      this) or \c NULL on error
                 */
-               struct bt_field_type * (* get_variant_type)(
+               struct bt_field_type * (* borrow_variant_field_type)(
                                struct bt_field_type *type, void *data);
        } query;
 };
This page took 0.023165 seconds and 4 git commands to generate.