Tracepoint API namespacing 'TRACEPOINT_ENUM'
[lttng-ust.git] / tests / compile / hello.cxx / ust_tests_hello.h
index c6fde916a854bf3ed80ee0b2de3440f5c2dcb1af..25176dc68776ca66c9c0de614d40e51858c2f4c2 100644 (file)
@@ -13,7 +13,7 @@
 #include <lttng/tracepoint.h>
 #include <stddef.h>
 
-TRACEPOINT_ENUM(ust_tests_hello, my_enum,
+LTTNG_UST_TRACEPOINT_ENUM(ust_tests_hello, my_enum,
        TP_ENUM_VALUES(
                ctf_enum_value("zero", 0)
                ctf_enum_value("one", 1)
This page took 0.023282 seconds and 4 git commands to generate.