Fix shadow channel struct callback override in consumer
[lttng-ust.git] / liblttng-ust / ltt-ring-buffer-metadata-client.h
index b541f3df82e1d1af3759eba67d7c5fe9de30fdc3..4f2620e0a5426441b5aeb9a6e307e80199bfd388 100644 (file)
@@ -161,7 +161,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.026143 seconds and 4 git commands to generate.