Tracepoint API namespacing ctf_string
[lttng-ust.git] / include / lttng / ust-tracepoint-event-write.h
index 4cecfcc6eab26fa9a6b445eab527f7fa58936f07..1e019672bf1e8a7ba1b432a8e7cc648359384f17 100644 (file)
@@ -74,9 +74,9 @@
        lttng_ust__field_sequence_encoded(_type, _item, _src, LTTNG_UST_BYTE_ORDER,     \
                        _length_type, _src_length, UTF8, 0, 10)
 
-#undef ctf_string
-#define ctf_string(_item, _src)                                        \
-       _ctf_string(_item, _src, 0)
+#undef lttng_ust_field_string
+#define lttng_ust_field_string(_item, _src)                                    \
+       lttng_ust__field_string(_item, _src, 0)
 
 #undef ctf_unused
 #define ctf_unused(_src)                                       \
This page took 0.023134 seconds and 4 git commands to generate.