X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-events.h;fp=include%2Flttng%2Fust-events.h;h=8b45cb7f89ac2e2088f0ad01f48201f52fb77b13;hb=eae3c72949135b48639440468dc78ea1d5e937e9;hp=1f55c00a3758dc4b4cbff8005e3abb17654ebffd;hpb=5b4c6da4aa59719b613c612afc05aee91f4343a4;p=lttng-ust.git diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index 1f55c00a..8b45cb7f 100644 --- a/include/lttng/ust-events.h +++ b/include/lttng/ust-events.h @@ -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, \ }))