X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Fctf%2Fcommon%2Fmetadata%2Fctf-meta-resolve.c;h=1dcb51fe76a59ab51eb5912fb252bd5e274a70db;hb=7c7301d5827bd10ec7c34da7ffc5fe74e5047d38;hp=42c84df110d9fd7342a815872b129572fcdbfb08;hpb=7757f3190b7d08e5ecab5d50a9c74b19cb98dde0;p=babeltrace.git diff --git a/src/plugins/ctf/common/metadata/ctf-meta-resolve.c b/src/plugins/ctf/common/metadata/ctf-meta-resolve.c index 42c84df1..1dcb51fe 100644 --- a/src/plugins/ctf/common/metadata/ctf-meta-resolve.c +++ b/src/plugins/ctf/common/metadata/ctf-meta-resolve.c @@ -759,6 +759,7 @@ void get_ctx_stack_field_path(struct resolve_context *ctx, * Returns the index of the lowest common ancestor of two field path * objects having the same root scope. */ +static int64_t get_field_paths_lca_index(struct ctf_field_path *field_path1, struct ctf_field_path *field_path2, struct resolve_context *ctx)