Introduce common event structure
[lttng-ust.git] / liblttng-ust / lttng-ring-buffer-metadata-client.h
index fbb138714060b87cfd39ebd4467435402d7cb70e..305c8655806a089870467506446f1b95469a28a2 100644 (file)
@@ -8,8 +8,10 @@
 
 #include <stddef.h>
 #include <stdint.h>
-#include <lttng/ust-events.h>
-#include "lttng/bitfield.h"
+
+#include <ust-events-internal.h>
+#include "ust-bitfield.h"
+#include "ust-compat.h"
 #include "lttng-tracer.h"
 #include "../libringbuffer/frontend_types.h"
 
@@ -185,8 +187,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.022257 seconds and 4 git commands to generate.