Fix float/double handling
[lttng-ust.git] / include / ust / lttng-tracepoint-event.h
index a83cc545e2d8522db2a3213a1062dc6753ff4d71..de145ebe5b2d2a270a60f24371a7e31fb2813652 100644 (file)
@@ -43,6 +43,8 @@
 #define ctf_integer_network_hex(_type, _item, _src)            \
        ctf_integer_ext(_type, _item, _src, BIG_ENDIAN, 16)
 
+/* ctf_float is redefined at each step */
+
 #undef ctf_array
 #define ctf_array(_type, _item, _src, _length)                 \
        ctf_array_encoded(_type, _item, _src, _length, none)
This page took 0.024242 seconds and 4 git commands to generate.