X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fcompile%2Fhello.cxx%2Fust_tests_hello.h;h=25176dc68776ca66c9c0de614d40e51858c2f4c2;hb=2ebf164be81fea5f9ec19314a030b5f80a8f8fc5;hp=c6fde916a854bf3ed80ee0b2de3440f5c2dcb1af;hpb=88c7c4eacbd4a98ad8e5df341ae2f1223b735194;p=lttng-ust.git diff --git a/tests/compile/hello.cxx/ust_tests_hello.h b/tests/compile/hello.cxx/ust_tests_hello.h index c6fde916..25176dc6 100644 --- a/tests/compile/hello.cxx/ust_tests_hello.h +++ b/tests/compile/hello.cxx/ust_tests_hello.h @@ -13,7 +13,7 @@ #include #include -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)