X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust%2Flttng-context-ip.c;h=d163a6e04f69450502a1937c4f2c5dd5a1d1dae6;hb=eae3c72949135b48639440468dc78ea1d5e937e9;hp=b56e0db157e43cafd57a64e2e04e415cb84f7595;hpb=e7bc0ef6c86ae97886cf5f8b28854cf281d4962b;p=lttng-ust.git diff --git a/liblttng-ust/lttng-context-ip.c b/liblttng-ust/lttng-context-ip.c index b56e0db1..d163a6e0 100644 --- a/liblttng-ust/lttng-context-ip.c +++ b/liblttng-ust/lttng-context-ip.c @@ -46,7 +46,7 @@ int lttng_add_ip_to_ctx(struct lttng_ust_ctx **ctx) type = lttng_ust_create_type_integer(sizeof(void *) * CHAR_BIT, lttng_alignof(void *) * CHAR_BIT, - lttng_is_signed_type(void *), + lttng_ust_is_signed_type(void *), BYTE_ORDER, 16); if (!type) return -ENOMEM;