Tracepoint API namespacing ctf_string
[lttng-ust.git] / include / lttng / ust-tracepoint-event-nowrite.h
index acc6167261afb5b9ebe2edeedf9ba35296af93cd..3ae9685566fefb7c7ee21c3fc5ae4da58ce6f9d2 100644 (file)
@@ -59,9 +59,9 @@
        lttng_ust__field_sequence_encoded(_type, _item, _src, LTTNG_UST_BYTE_ORDER,     \
                        _length_type, _src_length, UTF8, 1, 10)
 
-#undef ctf_string_nowrite
-#define ctf_string_nowrite(_item, _src)                                \
-       _ctf_string(_item, _src, 1)
+#undef lttng_ust_field_string_nowrite
+#define lttng_ust_field_string_nowrite(_item, _src)                            \
+       lttng_ust__field_string(_item, _src, 1)
 
 #undef ctf_unused_nowrite
 #define ctf_unused_nowrite(_src)                               \
This page took 0.022774 seconds and 4 git commands to generate.