X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-app.h;h=aa66059adafb5aaa2d0270f0f0634ca3414b34b6;hp=102b05b276bdcbde9b088d46376fc5fc2307ed29;hb=51755dc8c7607233c5f62b7931326d7d95df7910;hpb=f76d886f794c80a3c761613532d6a9a72a918cb8 diff --git a/src/bin/lttng-sessiond/ust-app.h b/src/bin/lttng-sessiond/ust-app.h index 102b05b27..aa66059ad 100644 --- a/src/bin/lttng-sessiond/ust-app.h +++ b/src/bin/lttng-sessiond/ust-app.h @@ -47,9 +47,9 @@ struct ust_app_notify_sock_obj { struct ust_app_ht_key { const char *name; - const struct lttng_ust_filter_bytecode *filter; + const struct lttng_filter_bytecode *filter; enum lttng_ust_loglevel_type loglevel; - const struct lttng_ust_event_exclusion *exclusion; + const struct lttng_event_exclusion *exclusion; }; /* @@ -114,8 +114,8 @@ struct ust_app_event { struct lttng_ust_event attr; char name[LTTNG_UST_SYM_NAME_LEN]; struct lttng_ht_node_str node; - struct lttng_ust_filter_bytecode *filter; - struct lttng_ust_event_exclusion *exclusion; + struct lttng_filter_bytecode *filter; + struct lttng_event_exclusion *exclusion; }; struct ust_app_stream {