Remove UST abi cast on channel attribute
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.h
index d4ed5a6f8d26e9b166fb59f519511f3aca99ada6..1d774a7b96c82ba8aac956020e1f136b28a6de03 100644 (file)
@@ -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;
This page took 0.022952 seconds and 4 git commands to generate.