X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=liblttng-ust%2Flttng-context-pid-ns.c;h=9a06a15d0215a814e562b97e458b454250ed782b;hb=d0c8f180cac01b888a81ce8abb47ce9e57925a53;hp=25210e92b7237cceeacdc7cd9c0972c547d2d119;hpb=e7bc0ef6c86ae97886cf5f8b28854cf281d4962b;p=lttng-ust.git diff --git a/liblttng-ust/lttng-context-pid-ns.c b/liblttng-ust/lttng-context-pid-ns.c index 25210e92..9a06a15d 100644 --- a/liblttng-ust/lttng-context-pid-ns.c +++ b/liblttng-ust/lttng-context-pid-ns.c @@ -8,6 +8,7 @@ */ #define _LGPL_SOURCE +#include #include #include #include @@ -111,7 +112,7 @@ int lttng_add_pid_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;