Implement filter bytecode support in lttng-session, and parse filter string
[lttng-tools.git] / src / bin / lttng-sessiond / trace-ust.h
index f8bcb3356fa7a3bc8010800737b83626157a62f0..845bcd6c91965b309114a04f539098aad3f4f16f 100644 (file)
@@ -46,6 +46,7 @@ struct ltt_ust_event {
        struct lttng_ust_event attr;
        struct lttng_ht *ctx;
        struct lttng_ht_node_str node;
        struct lttng_ust_event attr;
        struct lttng_ht *ctx;
        struct lttng_ht_node_str node;
+       struct lttng_ust_filter_bytecode *filter;
 };
 
 /* UST stream */
 };
 
 /* UST stream */
This page took 0.022925 seconds and 4 git commands to generate.