Tracepoint API namespacing 'TRACEPOINT_INCLUDE'
[lttng-ust.git] / tests / compile / test-app-ctx / ust_tests_hello.h
index 906adeddb052c4b867546732c4ab89ef3447e563..ca289374ea8f80293b33f3b0d6c2379ab1ff6975 100644 (file)
@@ -46,8 +46,8 @@ LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello, tptest_sighandler,
 
 #endif /* _TRACEPOINT_UST_TESTS_HELLO_H */
 
-#undef TRACEPOINT_INCLUDE
-#define TRACEPOINT_INCLUDE "./ust_tests_hello.h"
+#undef LTTNG_UST_TRACEPOINT_INCLUDE
+#define LTTNG_UST_TRACEPOINT_INCLUDE "./ust_tests_hello.h"
 
 /* This part must be outside ifdef protection */
 #include <lttng/tracepoint-event.h>
This page took 0.027904 seconds and 4 git commands to generate.