Tracepoint API namespacing 'TP_ENUM_VALUES'
[lttng-ust.git] / tests / compile / hello.cxx / ust_tests_hello.h
index dfe20f5d007ad1881253fd55b044ed593e1e9347..241fb044b3ad2721e65aea06ee48de7808d189fb 100644 (file)
@@ -14,7 +14,7 @@
 #include <stddef.h>
 
 LTTNG_UST_TRACEPOINT_ENUM(ust_tests_hello, my_enum,
-       TP_ENUM_VALUES(
+       LTTNG_UST_TP_ENUM_VALUES(
                ctf_enum_value("zero", 0)
                ctf_enum_value("one", 1)
                ctf_enum_auto("two")
This page took 0.023491 seconds and 4 git commands to generate.