X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-tracepoint-event-write.h;h=444702fceab6a61f4edc200d2651240c9110f6c1;hb=c785c634a51956094130218c2bffeff32756cb69;hp=86c6adc6cea208233686ad1bf4f97a5d702ab037;hpb=aaf93c608bb7591f0a5411c221a3ad3fbd8efdfd;p=lttng-ust.git diff --git a/include/lttng/ust-tracepoint-event-write.h b/include/lttng/ust-tracepoint-event-write.h index 86c6adc6..444702fc 100644 --- a/include/lttng/ust-tracepoint-event-write.h +++ b/include/lttng/ust-tracepoint-event-write.h @@ -66,3 +66,7 @@ #undef ctf_string #define ctf_string(_item, _src) \ _ctf_string(_item, _src, 0) + +#undef ctf_enum +#define ctf_enum(_provider, _name, _type, _item, _src) \ + _ctf_enum(_provider, _name, _type, _item, _src, 0)