X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-tracepoint-event-write.h;h=3c542980b8eedda119d8bfbadd463f6a1e4362aa;hb=ddde62caf455d5abd235c916c7db07214b161129;hp=1e019672bf1e8a7ba1b432a8e7cc648359384f17;hpb=3202f63a4d5e599bf22d6711828614b58c7efcba;p=lttng-ust.git diff --git a/include/lttng/ust-tracepoint-event-write.h b/include/lttng/ust-tracepoint-event-write.h index 1e019672..3c542980 100644 --- a/include/lttng/ust-tracepoint-event-write.h +++ b/include/lttng/ust-tracepoint-event-write.h @@ -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) \