X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=lttng-sessiond%2Fust-app.h;h=9a30b6f8f58cca9d5a18bf67faf0adb8f82b4363;hp=04c3472dd6851e83bc9b71e3de16ead92241d3e0;hb=5af2f756eb72d460d304318550afc782279452b9;hpb=a220deea2ded01fb30a4ad6dfb074ab5499eaf33 diff --git a/lttng-sessiond/ust-app.h b/lttng-sessiond/ust-app.h index 04c3472dd..9a30b6f8f 100644 --- a/lttng-sessiond/ust-app.h +++ b/lttng-sessiond/ust-app.h @@ -65,7 +65,7 @@ struct ust_app_channel { char name[LTTNG_UST_SYM_NAME_LEN]; struct lttng_ust_channel attr; struct lttng_ust_object_data *obj; - struct cds_lfht *streams; + struct ltt_ust_stream_list streams; struct cds_lfht *ctx; struct cds_lfht *events; struct cds_lfht_node node;