Tracepoint API namespacing ctf_unused
[lttng-ust.git] / include / lttng / ust-tracepoint-event-write.h
index 1e019672bf1e8a7ba1b432a8e7cc648359384f17..3c542980b8eedda119d8bfbadd463f6a1e4362aa 100644 (file)
@@ -78,9 +78,9 @@
 #define lttng_ust_field_string(_item, _src)                                    \
        lttng_ust__field_string(_item, _src, 0)
 
-#undef ctf_unused
-#define ctf_unused(_src)                                       \
-       _ctf_unused(_src)
+#undef lttng_ust_field_unused
+#define lttng_ust_field_unused(_src)                                   \
+       lttng_ust__field_unused(_src)
 
 #undef ctf_enum
 #define ctf_enum(_provider, _name, _type, _item, _src)                 \
This page took 0.023847 seconds and 4 git commands to generate.