X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-app.h;h=1d774a7b96c82ba8aac956020e1f136b28a6de03;hb=834f3ec7f80b3ed3d5c42c089bca2e590778c328;hp=d4ed5a6f8d26e9b166fb59f519511f3aca99ada6;hpb=030a66fa43d2f6666afa9e4a90ca755eb5670555;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/ust-app.h b/src/bin/lttng-sessiond/ust-app.h index d4ed5a6f8..1d774a7b9 100644 --- a/src/bin/lttng-sessiond/ust-app.h +++ b/src/bin/lttng-sessiond/ust-app.h @@ -102,7 +102,7 @@ struct ust_app_channel { int enabled; int handle; char name[LTTNG_UST_SYM_NAME_LEN]; - struct lttng_ust_channel attr; + struct lttng_ust_channel_attr attr; struct lttng_ust_object_data *obj; struct ust_app_stream_list streams; struct lttng_ht *ctx;