Fix: disable event for JUL domain
[lttng-tools.git] / src / bin / lttng-sessiond / jul.h
index 55c9e18c758cdd3beb59bb9b9210dc626987593d..4a030895190506244844e88503a456c7f16dcdca 100644 (file)
@@ -84,6 +84,11 @@ struct jul_event {
         * Hash table nodes of the JUL domain. Indexed by name string.
         */
        struct lttng_ht_node_str node;
+
+       /*
+        * Filter that we keep to use it to disable an event.
+        */
+       struct lttng_filter_bytecode *filter;
 };
 
 /*
This page took 0.039798 seconds and 4 git commands to generate.