Tracepoint API namespacing ust-endian
[lttng-ust.git] / src / lib / lttng-ust / lttng-context-vuid.c
index 8f40aae4f6d98b52129e46d36d8f58f5c43ca7f0..d96a8c9ba40bbdd796729a2cb71d8310eea0f122 100644 (file)
@@ -15,7 +15,7 @@
 #include <unistd.h>
 #include <lttng/ust-events.h>
 #include <lttng/ust-tracer.h>
-#include <lttng/ringbuffer-context.h>
+#include <lttng/ust-ringbuffer-context.h>
 
 #include "context-internal.h"
 #include "common/creds.h"
@@ -95,7 +95,7 @@ static const struct lttng_ust_ctx_field *ctx_field = lttng_ust_static_ctx_field(
                lttng_ust_static_type_integer(sizeof(uid_t) * CHAR_BIT,
                                lttng_ust_rb_alignof(uid_t) * CHAR_BIT,
                                lttng_ust_is_signed_type(uid_t),
-                               BYTE_ORDER, 10),
+                               LTTNG_UST_BYTE_ORDER, 10),
                false, false),
        vuid_get_size,
        vuid_record,
This page took 0.023638 seconds and 4 git commands to generate.