X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fcompile%2Fhello.cxx%2Fust_tests_hello.h;h=241fb044b3ad2721e65aea06ee48de7808d189fb;hb=4849bc7a9e250ce47d7a3deb0d2327cc4b50422f;hp=dfe20f5d007ad1881253fd55b044ed593e1e9347;hpb=5b393d6424d959e2efbb800b0c8a61b81bf9968e;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 dfe20f5d..241fb044 100644 --- a/tests/compile/hello.cxx/ust_tests_hello.h +++ b/tests/compile/hello.cxx/ust_tests_hello.h @@ -14,7 +14,7 @@ #include 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")