X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-tracepoint-event-write.h;h=66a7dede999dec0374f04d87bc7448c6e81d70ce;hb=891226fc4bda9655e54bbafabe7a2ae8923ba4e1;hp=f45cd776b815ed89b13b1fa422ee361d9b6f30e8;hpb=b4064f282fc27c80f17166b1439442d6ddd118b2;p=lttng-ust.git diff --git a/include/lttng/ust-tracepoint-event-write.h b/include/lttng/ust-tracepoint-event-write.h index f45cd776..66a7dede 100644 --- a/include/lttng/ust-tracepoint-event-write.h +++ b/include/lttng/ust-tracepoint-event-write.h @@ -20,9 +20,9 @@ #define lttng_ust_field_integer_network_hex(_type, _item, _src) \ lttng_ust__field_integer_ext(_type, _item, _src, LTTNG_UST_BIG_ENDIAN, 16, 0) -#undef ctf_float -#define ctf_float(_type, _item, _src) \ - _ctf_float(_type, _item, _src, 0) +#undef lttng_ust_field_float +#define lttng_ust_field_float(_type, _item, _src) \ + lttng_ust__field_float(_type, _item, _src, 0) #undef ctf_array #define ctf_array(_type, _item, _src, _length) \