Add 'ctf_unused' tracepoint field type
[lttng-ust.git] / include / lttng / ust-tracepoint-event-write.h
index 17afbc8c1fdab4a9d150227e3ab47c54eef4bff5..87f621cd47dfe5918db92fd7736dd6042c3de1f1 100644 (file)
 #define ctf_string(_item, _src)                                        \
        _ctf_string(_item, _src, 0)
 
+#undef ctf_unused
+#define ctf_unused(_src)                                       \
+       _ctf_unused(_src)
+
 #undef ctf_enum
 #define ctf_enum(_provider, _name, _type, _item, _src)                 \
        _ctf_enum(_provider, _name, _type, _item, _src, 0)
This page took 0.022401 seconds and 4 git commands to generate.