lib: add enum bt_resolve_field_xref_status
[deliverable/babeltrace.git] / src / lib / trace-ir / resolve-field-path.h
1 /*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright 2016-2018 Philippe Proulx <pproulx@efficios.com>
5 *
6 * The Common Trace Format (CTF) Specification is available at
7 * http://www.efficios.com/ctf
8 */
9
10 #ifndef BABELTRACE_TRACE_IR_RESOLVE_FIELD_PATH_INTERNAL
11 #define BABELTRACE_TRACE_IR_RESOLVE_FIELD_PATH_INTERNAL
12
13 #include "common/macros.h"
14 #include "resolve-field-xref.h"
15
16 BT_HIDDEN
17 enum bt_resolve_field_xref_status bt_resolve_field_paths(
18 struct bt_field_class *field_class,
19 struct bt_resolve_field_xref_context *ctx,
20 const char *api_func);
21
22 #endif /* BABELTRACE_TRACE_IR_RESOLVE_FIELD_PATH_INTERNAL */
This page took 0.034199 seconds and 5 git commands to generate.