X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-app.h;h=29024b4de897872dd33637b2f36d78220027e031;hp=d10c1e32f181130d2ff9cc5e6d91d6bebc32eacb;hb=267d66aaabfe8f520be83749fe75505ddf2d086f;hpb=43a353735f57133caa812d71251f6dcbeea855e7 diff --git a/src/bin/lttng-sessiond/ust-app.h b/src/bin/lttng-sessiond/ust-app.h index d10c1e32f..29024b4de 100644 --- a/src/bin/lttng-sessiond/ust-app.h +++ b/src/bin/lttng-sessiond/ust-app.h @@ -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;