Fix: sessiond: crash enabling event rules that differ only by loglevel type
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.h
index 4a7a7c92dfe72e62d312652d596302689ca63003..568bd09e478048af0720cd5e877fe1f478d8ee7d 100644 (file)
@@ -42,6 +42,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.023438 seconds and 4 git commands to generate.