sessiond: open_packets: use user_space_consumer_channel_keys util
[lttng-tools.git] / src / bin / lttng-sessiond / utils.hpp
... / ...
CommitLineData
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
11struct lttng_ht;
12struct consumer_output;
13
14const char *get_home_dir();
15int notify_thread_pipe(int wpipe);
16int 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);
21const char *consumer_output_get_base_path(const struct consumer_output *output);
22
23#endif /* _LTT_UTILS_H */
This page took 0.022789 seconds and 5 git commands to generate.