refactor: session: provide an iterator over consumer data channel keys
[lttng-tools.git] / src / bin / lttng-sessiond / utils.hpp
index 2f9bf8e62d302fca85ab449d0c56e3872482de95..d2c621a70d3b5bc8d2e0a949f25966eaf6ce03c1 100644 (file)
@@ -8,8 +8,6 @@
 #ifndef _LTT_UTILS_H
 #define _LTT_UTILS_H
 
-#include "session.hpp"
-
 struct lttng_ht;
 struct consumer_output;
 
@@ -20,7 +18,6 @@ int loglevels_match(int a_loglevel_type,
                    int b_loglevel_type,
                    int b_loglevel_value,
                    int loglevel_all_type);
-const char *session_get_base_path(const ltt_session::locked_ref& session);
 const char *consumer_output_get_base_path(const struct consumer_output *output);
 
 #endif /* _LTT_UTILS_H */
This page took 0.022478 seconds and 4 git commands to generate.