Tracepoint API namespacing ust-endian
[lttng-ust.git] / src / lib / lttng-ust / lttng-context-vegid.c
index b8b23ab743c7440cb863dc9170695167443a9b7c..682f7d9a573a6e38d451ccb28e239623dcf96ca2 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(gid_t) * CHAR_BIT,
                                lttng_ust_rb_alignof(gid_t) * CHAR_BIT,
                                lttng_ust_is_signed_type(gid_t),
-                               BYTE_ORDER, 10),
+                               LTTNG_UST_BYTE_ORDER, 10),
                false, false),
        vegid_get_size,
        vegid_record,
This page took 0.023543 seconds and 4 git commands to generate.