SoW-2019-0002: Dynamic Snapshot
[lttng-tools.git] / src / bin / lttng-sessiond / utils.h
index ff8deaec45597b64ab88a366b1c7cec39a89ec4d..d5e506610d2bf244a6b641a17376b4957658b16f 100644 (file)
@@ -19,5 +19,7 @@ int loglevels_match(int a_loglevel_type, int a_loglevel_value,
        int b_loglevel_type, int b_loglevel_value, int loglevel_all_type);
 const char *session_get_base_path(const struct ltt_session *session);
 const char *consumer_output_get_base_path(const struct consumer_output *output);
+struct lttng_filter_bytecode *copy_filter_bytecode(
+               const struct lttng_filter_bytecode *orig_f);
 
 #endif /* _LTT_UTILS_H */
This page took 0.023546 seconds and 5 git commands to generate.