Fix: sessiond: crash enabling event rules that differ only by loglevel type
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.hpp
index fdc00785335322d5c73c0f18d215d17296011233..67af3ec6191a6efc1a9a6df9343a53b5a621ddb3 100644 (file)
@@ -45,6 +45,7 @@ struct ust_app_ht_key {
        const char *name;
        const struct lttng_bytecode *filter;
        enum lttng_ust_abi_loglevel_type loglevel_type;
+       int loglevel_value;
        const struct lttng_event_exclusion *exclusion;
 };
 
This page took 0.023147 seconds and 4 git commands to generate.