X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Flib%2Flttng-ust%2Flttng-context-ipc-ns.c;h=fcf6b0cc50106e0ac3f7d9831e1ae0d96c9d9c97;hb=b4064f282fc27c80f17166b1439442d6ddd118b2;hp=f37252cd81f36f40fd59da0d8d8f84dd6f7362da;hpb=b5457df5fd74e033cbaa75307f9bbc12aff4ab8f;p=lttng-ust.git diff --git a/src/lib/lttng-ust/lttng-context-ipc-ns.c b/src/lib/lttng-ust/lttng-context-ipc-ns.c index f37252cd..fcf6b0cc 100644 --- a/src/lib/lttng-ust/lttng-context-ipc-ns.c +++ b/src/lib/lttng-ust/lttng-context-ipc-ns.c @@ -17,7 +17,7 @@ #include #include "common/compat/tid.h" #include -#include +#include #include "context-internal.h" #include "lttng-tracer-core.h" @@ -123,7 +123,7 @@ const struct lttng_ust_ctx_field *ctx_field = lttng_ust_static_ctx_field( lttng_ust_static_type_integer(sizeof(ino_t) * CHAR_BIT, lttng_ust_rb_alignof(ino_t) * CHAR_BIT, lttng_ust_is_signed_type(ino_t), - BYTE_ORDER, 10), + LTTNG_UST_BYTE_ORDER, 10), false, false), ipc_ns_get_size, ipc_ns_record,