Tracepoint API namespacing 'TRACEPOINT_INCLUDE'
[lttng-ust.git] / tests / compile / hello-many / ust_tests_hello_many.h
index 9f10c4f6faa38c92bbe737921bce84af105abe6f..86509d524ef757de767f4c0cdd6db48f485d53c9 100644 (file)
@@ -216,8 +216,8 @@ LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple40,
 
 #endif /* _TRACEPOINT_UST_TESTS_HELLO_MANY_H */
 
-#undef TRACEPOINT_INCLUDE
-#define TRACEPOINT_INCLUDE "./ust_tests_hello_many.h"
+#undef LTTNG_UST_TRACEPOINT_INCLUDE
+#define LTTNG_UST_TRACEPOINT_INCLUDE "./ust_tests_hello_many.h"
 
 /* This part must be outside ifdef protection */
 #include <lttng/tracepoint-event.h>
This page took 0.023373 seconds and 4 git commands to generate.