X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust%2Flttng-context-vpid.c;fp=liblttng-ust%2Flttng-context-vpid.c;h=514c69fc64d5f2504040006cd6a80f09b13bda2f;hb=eae3c72949135b48639440468dc78ea1d5e937e9;hp=0c532ddf3ebd55d7b118df5aa8c11cfe6280b3b7;hpb=5b4c6da4aa59719b613c612afc05aee91f4343a4;p=lttng-ust.git diff --git a/liblttng-ust/lttng-context-vpid.c b/liblttng-ust/lttng-context-vpid.c index 0c532ddf..514c69fc 100644 --- a/liblttng-ust/lttng-context-vpid.c +++ b/liblttng-ust/lttng-context-vpid.c @@ -80,7 +80,7 @@ int lttng_add_vpid_to_ctx(struct lttng_ust_ctx **ctx) type = lttng_ust_create_type_integer(sizeof(pid_t) * CHAR_BIT, lttng_alignof(pid_t) * CHAR_BIT, - lttng_is_signed_type(pid_t), + lttng_ust_is_signed_type(pid_t), BYTE_ORDER, 10); if (!type) return -ENOMEM;