struct lttng_ust_object_data has become struct
lttng_ust_abi_object_data. It gives a compiler warning.
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Ia29eac5903b43a15c02df7204cf5344226d30381
static int set_ust_capture(struct ust_app *app,
const struct lttng_bytecode *bytecode,
unsigned int capture_seqnum,
- struct lttng_ust_object_data *ust_object)
+ struct lttng_ust_abi_object_data *ust_object)
{
int ret;
struct lttng_ust_abi_capture_bytecode *ust_bytecode = NULL;