X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Ftrace-ust.h;h=f01f82d7dfdee36c9067a336b8e1c7a0e2352906;hb=edb8b045f1abe76804200921e7b2eb42ec66b5e4;hp=f8bcb3356fa7a3bc8010800737b83626157a62f0;hpb=00e2e675d54dc726a7c8f8887c889cc8ef022003;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/trace-ust.h b/src/bin/lttng-sessiond/trace-ust.h index f8bcb3356..f01f82d7d 100644 --- a/src/bin/lttng-sessiond/trace-ust.h +++ b/src/bin/lttng-sessiond/trace-ust.h @@ -24,6 +24,7 @@ #include #include +#include #include "consumer.h" #include "ust-ctl.h" @@ -46,6 +47,7 @@ struct ltt_ust_event { struct lttng_ust_event attr; struct lttng_ht *ctx; struct lttng_ht_node_str node; + struct lttng_ust_filter_bytecode *filter; }; /* UST stream */ @@ -53,7 +55,7 @@ struct ltt_ust_stream { int handle; char pathname[PATH_MAX]; /* Format is %s_%d respectively channel name and CPU number. */ - char name[LTTNG_SYMBOL_NAME_LEN]; + char name[DEFAULT_STREAM_NAME_LEN]; struct lttng_ust_object_data *obj; /* Using a list of streams to keep order. */ struct cds_list_head list;