X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust%2Fltt-ring-buffer-client.h;h=9bbcab90b5494a78b8df3de310017b1c0fc0f402;hb=7a7849896a95db678d916ccb7c5d91371828e3f8;hp=b7d286d210c7d723c4600d2c0d01c34316075f6b;hpb=c1fca4572d4458b2e6e96752f9efc595c5f72405;p=lttng-ust.git diff --git a/liblttng-ust/ltt-ring-buffer-client.h b/liblttng-ust/ltt-ring-buffer-client.h index b7d286d2..9bbcab90 100644 --- a/liblttng-ust/ltt-ring-buffer-client.h +++ b/liblttng-ust/ltt-ring-buffer-client.h @@ -378,7 +378,7 @@ static const struct lttng_ust_lib_ring_buffer_config client_config = { .client_type = LTTNG_CLIENT_TYPE, }; -const struct lttng_ust_lib_ring_buffer_config *LTTNG_CLIENT_CALLBACKS = &client_config; +const struct lttng_ust_lib_ring_buffer_client_cb *LTTNG_CLIENT_CALLBACKS = &client_config.cb; static struct ltt_channel *_channel_create(const char *name,