X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fcommon%2Fevents.h;h=e827f71df36c9cccf39025f34fcd4f9757245185;hb=efa14d169c6336fa8b9f478538ac7968ef9c0338;hp=bf3367b7528d58c851e8a520b2edd28de06a38fb;hpb=5defa7746a21c5afdce5ac0f6a4c34795a61a272;p=lttng-ust.git diff --git a/src/common/events.h b/src/common/events.h index bf3367b7..e827f71d 100644 --- a/src/common/events.h +++ b/src/common/events.h @@ -253,7 +253,7 @@ struct lttng_transport { const char *name; struct cds_list_head node; struct lttng_ust_channel_buffer_ops ops; - const struct lttng_ust_lib_ring_buffer_config *client_config; + const struct lttng_ust_ring_buffer_config *client_config; }; struct lttng_counter_transport { @@ -389,7 +389,7 @@ struct lttng_ust_channel_buffer_private { unsigned int id; /* Channel ID */ enum lttng_ust_abi_chan_type type; struct lttng_ust_ctx *ctx; - struct lttng_ust_lib_ring_buffer_channel *rb_chan; /* Ring buffer channel */ + struct lttng_ust_ring_buffer_channel *rb_chan; /* Ring buffer channel */ unsigned char uuid[LTTNG_UST_UUID_LEN]; /* Trace session unique ID */ }; @@ -442,7 +442,7 @@ struct lttng_ust_registered_probe { struct lttng_ust_ctx_field { const struct lttng_ust_event_field *event_field; size_t (*get_size)(void *priv, size_t offset); - void (*record)(void *priv, struct lttng_ust_lib_ring_buffer_ctx *ctx, + void (*record)(void *priv, struct lttng_ust_ring_buffer_ctx *ctx, struct lttng_ust_channel_buffer *chan); void (*get_value)(void *priv, struct lttng_ust_ctx_value *value); void (*destroy)(void *priv);