X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fbuffer-registry.h;h=440493d475f92c4472c746a8a31950c3792c8ebd;hp=0812414e5b4f260253f10f58d5dad2cbf4035e43;hb=fc4b93fa8aa36b19caad0f8dc4a6a3237fcc36bf;hpb=11f6ce94d8fb73f017888681aaba5d7df55fc735 diff --git a/src/bin/lttng-sessiond/buffer-registry.h b/src/bin/lttng-sessiond/buffer-registry.h index 0812414e5..440493d47 100644 --- a/src/bin/lttng-sessiond/buffer-registry.h +++ b/src/bin/lttng-sessiond/buffer-registry.h @@ -22,7 +22,7 @@ struct buffer_reg_stream { struct cds_list_head lnode; union { /* Original object data that MUST be copied over. */ - struct lttng_ust_object_data *ust; + struct lttng_ust_abi_object_data *ust; } obj; }; @@ -45,7 +45,7 @@ struct buffer_reg_channel { size_t num_subbuf; union { /* Original object data that MUST be copied over. */ - struct lttng_ust_object_data *ust; + struct lttng_ust_abi_object_data *ust; } obj; };