X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Flib%2Flttng-ust%2Flttng-context-pid-ns.c;h=f1bb48faabd45f55c4882ff69f6b7573b47a7321;hb=baa8acf3af23bc5d9373144bef8147744b5ae01f;hp=a67b0e3b1d98d8245ae40440a00f04ca9c512bc8;hpb=b5457df5fd74e033cbaa75307f9bbc12aff4ab8f;p=lttng-ust.git diff --git a/src/lib/lttng-ust/lttng-context-pid-ns.c b/src/lib/lttng-ust/lttng-context-pid-ns.c index a67b0e3b..f1bb48fa 100644 --- a/src/lib/lttng-ust/lttng-context-pid-ns.c +++ b/src/lib/lttng-ust/lttng-context-pid-ns.c @@ -15,7 +15,7 @@ #include #include #include -#include +#include #include "context-internal.h" #include "common/ns.h" @@ -109,7 +109,7 @@ static 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), pid_ns_get_size, pid_ns_record,