Sort includes in C++ files
[babeltrace.git] / src / plugins / ctf / fs-src / query.hpp
CommitLineData
04c0ba87 1/*
0235b0db 2 * SPDX-License-Identifier: MIT
04c0ba87
JG
3 *
4 * Copyright 2017 Jérémie Galarneau <jeremie.galarneau@efficios.com>
5 *
0235b0db 6 * BabelTrace - CTF on File System Component
04c0ba87
JG
7 */
8
0235b0db
MJ
9#ifndef BABELTRACE_PLUGIN_CTF_FS_QUERY_H
10#define BABELTRACE_PLUGIN_CTF_FS_QUERY_H
11
3fadfbc0 12#include <babeltrace2/babeltrace.h>
04c0ba87 13
c802cacb
SM
14#include "common/macros.h"
15
4164020e
SM
16bt_component_class_query_method_status
17metadata_info_query(bt_self_component_class_source *comp_class, const bt_value *params,
18 bt_logging_level log_level, const bt_value **result);
04c0ba87 19
4164020e
SM
20bt_component_class_query_method_status trace_infos_query(bt_self_component_class_source *comp_class,
21 const bt_value *params,
22 bt_logging_level log_level,
23 const bt_value **result);
97ade20b 24
4164020e
SM
25bt_component_class_query_method_status
26support_info_query(bt_self_component_class_source *comp_class, const bt_value *params,
27 bt_logging_level log_level, const bt_value **result);
73760435 28
04c0ba87 29#endif /* BABELTRACE_PLUGIN_CTF_FS_QUERY_H */
This page took 0.077915 seconds and 4 git commands to generate.