X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Fust-context-provider.h;h=094e9fd97ed5b359a9e2d41b71e22860be34459f;hb=e7bc0ef6c86ae97886cf5f8b28854cf281d4962b;hp=637bc0c2a29329a93a6d6b5b9b09ef2fd20eab44;hpb=f0fde1c3984721c0660c7d5a1377db74b6c03a70;p=lttng-ust.git diff --git a/include/ust-context-provider.h b/include/ust-context-provider.h index 637bc0c2..094e9fd9 100644 --- a/include/ust-context-provider.h +++ b/include/ust-context-provider.h @@ -57,7 +57,7 @@ struct lttng_ust_ctx_field { size_t (*get_size)(struct lttng_ust_ctx_field *field, size_t offset); void (*record)(struct lttng_ust_ctx_field *field, struct lttng_ust_lib_ring_buffer_ctx *ctx, - struct lttng_channel *chan); + struct lttng_ust_channel_buffer *chan); void (*get_value)(struct lttng_ust_ctx_field *field, struct lttng_ust_ctx_value *value); void (*destroy)(struct lttng_ust_ctx_field *field); @@ -107,7 +107,7 @@ struct lttng_ust_context_provider { size_t (*get_size)(struct lttng_ust_ctx_field *field, size_t offset); void (*record)(struct lttng_ust_ctx_field *field, struct lttng_ust_lib_ring_buffer_ctx *ctx, - struct lttng_channel *chan); + struct lttng_ust_channel_buffer *chan); void (*get_value)(struct lttng_ust_ctx_field *field, struct lttng_ust_ctx_value *value); struct cds_hlist_node node; @@ -122,7 +122,7 @@ void lttng_ust_context_set_session_provider(const char *name, size_t (*get_size)(struct lttng_ust_ctx_field *field, size_t offset), void (*record)(struct lttng_ust_ctx_field *field, struct lttng_ust_lib_ring_buffer_ctx *ctx, - struct lttng_channel *chan), + struct lttng_ust_channel_buffer *chan), void (*get_value)(struct lttng_ust_ctx_field *field, struct lttng_ust_ctx_value *value)); @@ -132,7 +132,7 @@ int lttng_ust_context_set_provider_rcu(struct lttng_ust_ctx **_ctx, size_t (*get_size)(struct lttng_ust_ctx_field *field, size_t offset), void (*record)(struct lttng_ust_ctx_field *field, struct lttng_ust_lib_ring_buffer_ctx *ctx, - struct lttng_channel *chan), + struct lttng_ust_channel_buffer *chan), void (*get_value)(struct lttng_ust_ctx_field *field, struct lttng_ust_ctx_value *value));