cpp-common/bt2c/fmt.hpp: use `wise_enum::string_type` in `EnableIfIsWiseEnum` definition
[babeltrace.git] / src / plugins / ctf / common / src / metadata / tsdl / ctf-meta-configure-ir-trace.hpp
1 /*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright 2019 Philippe Proulx <pproulx@efficios.com>
5 */
6
7 #ifndef _CTF_META_CONFIGURE_IR_TRACE_H
8 #define _CTF_META_CONFIGURE_IR_TRACE_H
9
10 #include "cpp-common/bt2/trace-ir.hpp"
11
12 void ctf_trace_class_configure_ir_trace(struct ctf_trace_class *tc, bt2::Trace ir_trace);
13
14 #endif /* _CTF_META_CONFIGURE_IR_TRACE_H */
This page took 0.031373 seconds and 4 git commands to generate.