Namespace ust-fork symbols
[lttng-ust.git] / liblttng-ust / lttng-context-cpu-id.c
index a3fdb9c6dd0b18a5ff1f4f7fcc1a0ba510f8e331..8636b1ba3a78d703e7748b3dda1985c0e173bb77 100644 (file)
@@ -16,6 +16,7 @@
 #include <stddef.h>
 #include <sys/types.h>
 #include <unistd.h>
+#include <limits.h>
 #include <lttng/ust-events.h>
 #include <lttng/ust-tracer.h>
 #include "../libringbuffer/getcpu.h"
@@ -60,7 +61,7 @@ int lttng_add_cpu_id_to_ctx(struct lttng_ust_ctx **ctx)
 
        type = lttng_ust_create_type_integer(sizeof(int) * CHAR_BIT,
                        lttng_alignof(int) * CHAR_BIT,
-                       lttng_is_signed_type(int),
+                       lttng_ust_is_signed_type(int),
                        BYTE_ORDER, 10);
        if (!type)
                return -ENOMEM;
This page took 0.024035 seconds and 4 git commands to generate.