Add userspace location in ltt_kernel_event structure
[lttng-tools.git] / src / bin / lttng-sessiond / trace-kernel.h
index 64316d8b7b4ae9c26ddb9de388880565f686c9ff..b1534197136ddfe735f63a5a7404b4b460f35182 100644 (file)
@@ -58,6 +58,7 @@ struct ltt_kernel_event {
        struct cds_list_head list;
        char *filter_expression;
        struct lttng_filter_bytecode *filter;
+       struct lttng_userspace_probe_location *userspace_probe_location;
 };
 
 /* Kernel channel */
This page took 0.024027 seconds and 5 git commands to generate.