X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-tracepoint-event-write.h;h=87f621cd47dfe5918db92fd7736dd6042c3de1f1;hb=5152f6df156d6ccb234965d1b3d26b167bd6b94e;hp=17afbc8c1fdab4a9d150227e3ab47c54eef4bff5;hpb=2208d8b5689264e35ed0a660d8c3c82021cc0367;p=lttng-ust.git diff --git a/include/lttng/ust-tracepoint-event-write.h b/include/lttng/ust-tracepoint-event-write.h index 17afbc8c..87f621cd 100644 --- a/include/lttng/ust-tracepoint-event-write.h +++ b/include/lttng/ust-tracepoint-event-write.h @@ -78,6 +78,10 @@ #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)