Tracepoint API namespacing ust-endian
[lttng-ust.git] / src / lib / lttng-ust / lttng-context-uts-ns.c
index 9ca666eb7a8468904be71632cdb6be02e2c50a8b..0ec8ed44adac564e2ee94c19d88ce2ac6c036d9c 100644 (file)
@@ -124,7 +124,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),
        uts_ns_get_size,
        uts_ns_record,
This page took 0.02405 seconds and 4 git commands to generate.