Tracepoint API namespacing ust-endian
[lttng-ust.git] / src / lib / lttng-ust / lttng-context-cpu-id.c
index 9ade4dfbf0ebc6fab14ef5a990d83010ef1cc6d2..0b87bd3c2455632c3a9b86c6134a8a38addf730f 100644 (file)
@@ -20,7 +20,7 @@
 #include <lttng/ust-events.h>
 #include <lttng/ust-tracer.h>
 #include "lib/lttng-ust/getcpu.h"
-#include <lttng/ringbuffer-context.h>
+#include <lttng/ust-ringbuffer-context.h>
 
 #include "context-internal.h"
 
@@ -58,7 +58,7 @@ static const struct lttng_ust_ctx_field *ctx_field = lttng_ust_static_ctx_field(
                lttng_ust_static_type_integer(sizeof(int) * CHAR_BIT,
                                lttng_ust_rb_alignof(int) * CHAR_BIT,
                                lttng_ust_is_signed_type(int),
-                               BYTE_ORDER, 10),
+                               LTTNG_UST_BYTE_ORDER, 10),
                false, false),
        cpu_id_get_size,
        cpu_id_record,
This page took 0.024242 seconds and 4 git commands to generate.