Fix: memory leak when UST events are enabled with exclusions
[lttng-tools.git] / src / bin / lttng-sessiond / trace-ust.h
index f2f8c7e3654bfe3be456d1e32e3a711bf48c3d7d..07af0f1eeb96ac74d57aa87b679989e6570d6572 100644 (file)
@@ -50,7 +50,7 @@ struct ltt_ust_event {
        struct lttng_ust_event attr;
        struct lttng_ht_node_str node;
        struct lttng_ust_filter_bytecode *filter;
-       const struct lttng_event_exclusion *exclusion;
+       struct lttng_event_exclusion *exclusion;
 };
 
 /* UST channel */
This page took 0.029289 seconds and 5 git commands to generate.