Tracepoint API namespacing ust-endian
[lttng-ust.git] / src / lib / lttng-ust / lttng-context-pthread-id.c
index f6f8d76815c0c133d273fd5e6831dc11491aa205..af98816b4d5801001bbbb02ae1967938ea97a9a0 100644 (file)
@@ -12,7 +12,7 @@
 #include <pthread.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"
 
@@ -50,7 +50,7 @@ static const struct lttng_ust_ctx_field *ctx_field = lttng_ust_static_ctx_field(
                lttng_ust_static_type_integer(sizeof(unsigned long) * CHAR_BIT,
                                lttng_ust_rb_alignof(unsigned long) * CHAR_BIT,
                                lttng_ust_is_signed_type(unsigned long),
-                               BYTE_ORDER, 10),
+                               LTTNG_UST_BYTE_ORDER, 10),
                false, false),
        pthread_id_get_size,
        pthread_id_record,
This page took 0.024138 seconds and 4 git commands to generate.