ust-app: pass down trigger object instead of event-rule
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.h
index d10c1e32f181130d2ff9cc5e6d91d6bebc32eacb..29024b4de897872dd33637b2f36d78220027e031 100644 (file)
@@ -117,11 +117,11 @@ struct ust_app_event_notifier_rule {
        int handle;
        struct lttng_ust_object_data *obj;
        /* Holds a strong reference. */
-       struct lttng_event_rule *event_rule;
+       struct lttng_trigger *trigger;
        /* Unique ID returned by the tracer to identify this event notifier. */
        uint64_t token;
        struct lttng_ht_node_u64 node;
-       /* The event_rule object owns the filter. */
+       /* The trigger object owns the filter. */
        const struct lttng_bytecode *filter;
        /* Owned by this. */
        struct lttng_event_exclusion *exclusion;
This page took 0.023666 seconds and 4 git commands to generate.