X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust%2Flttng-context-pthread-id.c;h=65f77d9be5b3d1709225f9b31da2dfd9fae8f6e7;hb=eae3c72949135b48639440468dc78ea1d5e937e9;hp=59a6f3815ed26822fcf9baa024d06b0a429254d5;hpb=5b4c6da4aa59719b613c612afc05aee91f4343a4;p=lttng-ust.git diff --git a/liblttng-ust/lttng-context-pthread-id.c b/liblttng-ust/lttng-context-pthread-id.c index 59a6f381..65f77d9b 100644 --- a/liblttng-ust/lttng-context-pthread-id.c +++ b/liblttng-ust/lttng-context-pthread-id.c @@ -52,7 +52,7 @@ int lttng_add_pthread_id_to_ctx(struct lttng_ust_ctx **ctx) type = lttng_ust_create_type_integer(sizeof(unsigned long) * CHAR_BIT, lttng_alignof(unsigned long) * CHAR_BIT, - lttng_is_signed_type(unsigned long), + lttng_ust_is_signed_type(unsigned long), BYTE_ORDER, 10); if (!type) return -ENOMEM;