Tracepoint API namespacing ctf_float
[lttng-ust.git] / include / lttng / ust-tracepoint-event-write.h
index f45cd776b815ed89b13b1fa422ee361d9b6f30e8..66a7dede999dec0374f04d87bc7448c6e81d70ce 100644 (file)
@@ -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)                 \
This page took 0.023223 seconds and 4 git commands to generate.