X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Fcompile%2Fhello.cxx%2Fust_tests_hello.h;h=308d024ff738268206a3a830d51d7b8a8b60d9f3;hb=c2c72ddee62023174ab8c130c0b51800a8fb01e9;hp=c6fde916a854bf3ed80ee0b2de3440f5c2dcb1af;hpb=7f2f82c3b336458e815e9a4ed100d7084c9e7138;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..308d024f 100644 --- a/tests/compile/hello.cxx/ust_tests_hello.h +++ b/tests/compile/hello.cxx/ust_tests_hello.h @@ -7,13 +7,13 @@ #undef TRACEPOINT_PROVIDER #define TRACEPOINT_PROVIDER ust_tests_hello -#if !defined(_TRACEPOINT_UST_TESTS_HELLO_H) || defined(TRACEPOINT_HEADER_MULTI_READ) +#if !defined(_TRACEPOINT_UST_TESTS_HELLO_H) || defined(LTTNG_UST_TRACEPOINT_HEADER_MULTI_READ) #define _TRACEPOINT_UST_TESTS_HELLO_H #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)