Fix: filter link fail handling
[lttng-ust.git] / include / lttng / ust-events.h
index 5010a66e3e89d5c426f1bbe0f77d93d7026b9efd..e45a6a7187621afc1a09175cacf68409cbc52f23 100644 (file)
@@ -299,6 +299,7 @@ struct lttng_bytecode_runtime {
        /* Associated bytecode */
        struct lttng_ust_filter_bytecode_node *bc;
        int (*filter)(void *filter_data, const char *filter_stack_data);
+       int link_failed;
        struct cds_list_head node;      /* list of bytecode runtime in event */
 };
 
This page took 0.022853 seconds and 4 git commands to generate.