Tracepoint API namespacing ctf_string
[lttng-ust.git] / include / lttng / ust-tracepoint-event-reset.h
index 9a7ed708f98fb94538223a992cb05c37981e3be7..3262e0b0738f9606bb94a22c3171a521ce886777 100644 (file)
@@ -42,8 +42,8 @@
 #define lttng_ust__field_sequence_encoded(_type, _item, _src, _byte_order, _length_type, \
                        _src_length, _encoding, _nowrite, _elem_type_base)
 
-#undef _ctf_string
-#define _ctf_string(_item, _src, _nowrite)
+#undef lttng_ust__field_string
+#define lttng_ust__field_string(_item, _src, _nowrite)
 
 #undef _ctf_unused
 #define _ctf_unused(_src)
@@ -97,8 +97,8 @@
 #undef lttng_ust_field_sequence_text
 #define lttng_ust_field_sequence_text(_type, _item, _src, _length_type, _src_length)
 
-#undef ctf_string
-#define ctf_string(_item, _src)
+#undef lttng_ust_field_string
+#define lttng_ust_field_string(_item, _src)
 
 #undef ctf_unused
 #define ctf_unused(_src)
 #undef lttng_ust_field_sequence_text_nowrite
 #define lttng_ust_field_sequence_text_nowrite(_type, _item, _src, _length_type, _src_length)
 
-#undef ctf_string_nowrite
-#define ctf_string_nowrite(_item, _src)
+#undef lttng_ust_field_string_nowrite
+#define lttng_ust_field_string_nowrite(_item, _src)
 
 #undef ctf_unused_nowrite
 #define ctf_unused_nowrite(_src)
This page took 0.023797 seconds and 4 git commands to generate.