cleanup: Namespace public utils macros
[lttng-ust.git] / include / lttng / ust-events.h
index 1f55c00a3758dc4b4cbff8005e3abb17654ebffd..8b45cb7f89ac2e2088f0ad01f48201f52fb77b13 100644 (file)
@@ -124,7 +124,7 @@ struct lttng_ust_type_integer {
                .struct_size = sizeof(struct lttng_ust_type_integer),   \
                .size = sizeof(_type) * CHAR_BIT,                       \
                .alignment = lttng_alignof(_type) * CHAR_BIT,           \
-               .signedness = lttng_is_signed_type(_type),              \
+               .signedness = lttng_ust_is_signed_type(_type),          \
                .reverse_byte_order = _byte_order != BYTE_ORDER,        \
                .base = _base,                                          \
        }))
This page took 0.022836 seconds and 4 git commands to generate.