Add CTF enum type support to tracepoint event
[lttng-ust.git] / include / lttng / ust-tracepoint-event-write.h
index 86c6adc6cea208233686ad1bf4f97a5d702ab037..444702fceab6a61f4edc200d2651240c9110f6c1 100644 (file)
@@ -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)
This page took 0.022767 seconds and 4 git commands to generate.