X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fevent.c;h=791251e7d09605a638301e6fe84fa8e43223d14b;hp=f22b812823a174e0d08561f0f80542e17a1bd986;hb=f1613f52941de629d913f7945cac7447d164728a;hpb=db8f1377d850c1b18d33ddc2a6f2f3c91c3210bc diff --git a/src/bin/lttng-sessiond/event.c b/src/bin/lttng-sessiond/event.c index f22b81282..791251e7d 100644 --- a/src/bin/lttng-sessiond/event.c +++ b/src/bin/lttng-sessiond/event.c @@ -408,7 +408,8 @@ error: */ int event_ust_enable_tracepoint(struct ltt_ust_session *usess, struct ltt_ust_channel *uchan, struct lttng_event *event, - struct lttng_filter_bytecode *filter) + struct lttng_filter_bytecode *filter, + struct lttng_event_exclusion *exclusion) { int ret = LTTNG_OK, to_create = 0; struct ltt_ust_event *uevent;