d2c621a70d3b5bc8d2e0a949f25966eaf6ce03c1
[lttng-tools.git] / src / bin / lttng-sessiond / utils.hpp
1 /*
2 * Copyright (C) 2011 EfficiOS Inc.
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 *
6 */
7
8 #ifndef _LTT_UTILS_H
9 #define _LTT_UTILS_H
10
11 struct lttng_ht;
12 struct consumer_output;
13
14 const char *get_home_dir();
15 int notify_thread_pipe(int wpipe);
16 int loglevels_match(int a_loglevel_type,
17 int a_loglevel_value,
18 int b_loglevel_type,
19 int b_loglevel_value,
20 int loglevel_all_type);
21 const char *consumer_output_get_base_path(const struct consumer_output *output);
22
23 #endif /* _LTT_UTILS_H */
This page took 0.032644 seconds and 5 git commands to generate.