X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-app.h;h=1d774a7b96c82ba8aac956020e1f136b28a6de03;hp=d4ed5a6f8d26e9b166fb59f519511f3aca99ada6;hb=2fe6e7f5adf0d6a84f0497e1006b3ae59f034805;hpb=2223c96f0eecce28fe221eb19de4333156492337 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;