Tracepoint API namespacing ust-endian
[lttng-ust.git] / src / lib / lttng-ust / lttng-context-vpid.c
index 37d607f8c79cd6e2e8dbc68104a3df907b4a727e..1558ee9851fb28ddf284f0cca0ef9453c1a207a7 100644 (file)
@@ -13,7 +13,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"
 
@@ -78,7 +78,7 @@ static const struct lttng_ust_ctx_field *ctx_field = lttng_ust_static_ctx_field(
                lttng_ust_static_type_integer(sizeof(pid_t) * CHAR_BIT,
                                lttng_ust_rb_alignof(pid_t) * CHAR_BIT,
                                lttng_ust_is_signed_type(pid_t),
-                               BYTE_ORDER, 10),
+                               LTTNG_UST_BYTE_ORDER, 10),
                false, false),
        vpid_get_size,
        vpid_record,
This page took 0.025434 seconds and 4 git commands to generate.