Move ust-events.h private functions to internal
[lttng-ust.git] / liblttng-ust / lttng-ring-buffer-client.h
index 79786af255444f9b1da6d3f8b38e22b023e1a9a1..5d9cdc0a703ce894009f117e87a5ea32dc0aa1e2 100644 (file)
@@ -8,7 +8,8 @@
 
 #include <stddef.h>
 #include <stdint.h>
-#include <lttng/ust-events.h>
+
+#include <ust-events-internal.h>
 #include "ust-bitfield.h"
 #include "ust-compat.h"
 #include "clock.h"
@@ -659,8 +660,6 @@ static const struct lttng_ust_lib_ring_buffer_config client_config = {
        .cb_ptr = &client_cb.parent,
 };
 
-const struct lttng_ust_client_lib_ring_buffer_client_cb *LTTNG_CLIENT_CALLBACKS = &client_cb;
-
 static
 struct lttng_channel *_channel_create(const char *name,
                                void *buf_addr,
This page took 0.038532 seconds and 4 git commands to generate.