Tracepoint API namespacing ust-endian
[lttng-ust.git] / src / lib / lttng-ust / lttng-context-vpid.c
index 47b5a8e17e18ad3e6259f79d09ff62aa3460b8c9..1558ee9851fb28ddf284f0cca0ef9453c1a207a7 100644 (file)
@@ -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.024129 seconds and 4 git commands to generate.