Tracepoint API namespacing ctf_enum
[lttng-ust.git] / include / lttng / ust-tracepoint-event-write.h
index 1e019672bf1e8a7ba1b432a8e7cc648359384f17..f43fd4c3573b6ce6122f9be9d666e2abad234a30 100644 (file)
 #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)                 \
-       _ctf_enum(_provider, _name, _type, _item, _src, 0)
+#undef lttng_ust_field_enum
+#define lttng_ust_field_enum(_provider, _name, _type, _item, _src)                     \
+       lttng_ust__field_enum(_provider, _name, _type, _item, _src, 0)
This page took 0.025057 seconds and 4 git commands to generate.