Fix: `ip` context is expressed as a base-10 field
[lttng-ust.git] / src / lib / lttng-ust / lttng-context-ip.c
index bc22ce296155b1d23d65e229226566ffbfdb1de2..56c8bbd1182b3f663388a10b77113def3b6db74c 100644 (file)
@@ -54,7 +54,7 @@ static const struct lttng_ust_ctx_field *ctx_field = lttng_ust_static_ctx_field(
                lttng_ust_static_type_integer(sizeof(void *) * CHAR_BIT,
                                lttng_ust_rb_alignof(void *) * CHAR_BIT,
                                lttng_ust_is_signed_type(void *),
-                               LTTNG_UST_BYTE_ORDER, 10),
+                               LTTNG_UST_BYTE_ORDER, 16),
                false, false),
        ip_get_size,
        ip_record,
This page took 0.02284 seconds and 4 git commands to generate.