X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=formats%2Fctf%2Fir%2Ffield-path.c;h=b0156dcff05121456519adb36bf36393214a6e07;hb=6ccf68e9c4d330176d6a471f9bd81074c73b4536;hp=d7eabf3e539c4bae7a8121ce2a6e18ca341e6991;hpb=b9f417f3e33738693ed28f6dcc586b79400d8e20;p=babeltrace.git diff --git a/formats/ctf/ir/field-path.c b/formats/ctf/ir/field-path.c index d7eabf3e..b0156dcf 100644 --- a/formats/ctf/ir/field-path.c +++ b/formats/ctf/ir/field-path.c @@ -97,6 +97,7 @@ end: return new_path; } +BT_HIDDEN enum bt_ctf_scope bt_ctf_field_path_get_root_scope( const struct bt_ctf_field_path *field_path) { @@ -112,6 +113,7 @@ end: return scope; } +BT_HIDDEN int bt_ctf_field_path_get_index_count( const struct bt_ctf_field_path *field_path) { @@ -127,6 +129,7 @@ end: return ret; } +BT_HIDDEN int bt_ctf_field_path_get_index(const struct bt_ctf_field_path *field_path, int index) {