X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust%2Flttng-context-cgroup-ns.c;h=623689cc12dfa1632f17318c7453152825c8f85f;hb=eae3c72949135b48639440468dc78ea1d5e937e9;hp=8d32cdb44adf7bde906cb87ddb61628fe0b9e050;hpb=5b4c6da4aa59719b613c612afc05aee91f4343a4;p=lttng-ust.git diff --git a/liblttng-ust/lttng-context-cgroup-ns.c b/liblttng-ust/lttng-context-cgroup-ns.c index 8d32cdb4..623689cc 100644 --- a/liblttng-ust/lttng-context-cgroup-ns.c +++ b/liblttng-ust/lttng-context-cgroup-ns.c @@ -126,7 +126,7 @@ int lttng_add_cgroup_ns_to_ctx(struct lttng_ust_ctx **ctx) type = lttng_ust_create_type_integer(sizeof(ino_t) * CHAR_BIT, lttng_alignof(ino_t) * CHAR_BIT, - lttng_is_signed_type(ino_t), + lttng_ust_is_signed_type(ino_t), BYTE_ORDER, 10); if (!type) return -ENOMEM;