X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fjul.h;h=4a030895190506244844e88503a456c7f16dcdca;hb=56fa021be759b10596877bd1766e7a6cff234bfb;hp=55c9e18c758cdd3beb59bb9b9210dc626987593d;hpb=d0c4850ff566e95d041a73ce0cc5df392d72798a;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/jul.h b/src/bin/lttng-sessiond/jul.h index 55c9e18c7..4a0308951 100644 --- a/src/bin/lttng-sessiond/jul.h +++ b/src/bin/lttng-sessiond/jul.h @@ -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; }; /*