Fix shadow channel struct callback override in consumer
[lttng-ust.git] / liblttng-ust / ltt-ring-buffer-client.h
index b7d286d210c7d723c4600d2c0d01c34316075f6b..9bbcab90b5494a78b8df3de310017b1c0fc0f402 100644 (file)
@@ -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,
This page took 0.024343 seconds and 4 git commands to generate.