cleanup: Namespace public utils macros
[lttng-ust.git] / liblttng-ust / lttng-ust-dynamic-type.c
index 4b58d82cde474a2990b5f07021075ee83bb1284c..c94d6cc4ae139a0a87d4197a2cf1dfbdd913f86d 100644 (file)
        __LTTNG_COMPOUND_LITERAL(struct lttng_ust_enum_entry, {         \
                .struct_size = sizeof(struct lttng_ust_enum_entry),             \
                .start = {                                              \
-                       .signedness = lttng_is_signed_type(__typeof__(_value)), \
-                       .value = lttng_is_signed_type(__typeof__(_value)) ? \
+                       .signedness = lttng_ust_is_signed_type(__typeof__(_value)), \
+                       .value = lttng_ust_is_signed_type(__typeof__(_value)) ? \
                                (long long) (_value) : (_value),        \
                },                                                      \
                .end = {                                                \
-                       .signedness = lttng_is_signed_type(__typeof__(_value)), \
-                       .value = lttng_is_signed_type(__typeof__(_value)) ? \
+                       .signedness = lttng_ust_is_signed_type(__typeof__(_value)), \
+                       .value = lttng_ust_is_signed_type(__typeof__(_value)) ? \
                                (long long) (_value) : (_value),        \
                },                                                      \
                .string = (_string),                                    \
This page took 0.023256 seconds and 4 git commands to generate.