X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fbuffer-registry.h;h=440493d475f92c4472c746a8a31950c3792c8ebd;hb=4878de5c7deb512bbdac4fdfc498907efa06fb7c;hp=0812414e5b4f260253f10f58d5dad2cbf4035e43;hpb=ab5be9fa2eb5ba9600a82cd18fd3cfcbac69169a;p=lttng-tools.git 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; };