Tracepoint API namespacing 'TRACEPOINT_INCLUDE'
[lttng-ust.git] / tests / compile / same_line_tracepoint / ust_tests_sameline.h
index 49535f7e5593b5f182dac0a1b56c25730d62a133..838e72b6b0205b27751f7847998b87195fa83bfc 100644 (file)
@@ -26,8 +26,8 @@ LTTNG_UST_TRACEPOINT_LOGLEVEL(ust_tests_sameline, event2, TRACE_CRIT)
 
 #endif /* _TRACEPOINT_UST_TESTS_SAMELINE_H */
 
-#undef TRACEPOINT_INCLUDE
-#define TRACEPOINT_INCLUDE "./ust_tests_sameline.h"
+#undef LTTNG_UST_TRACEPOINT_INCLUDE
+#define LTTNG_UST_TRACEPOINT_INCLUDE "./ust_tests_sameline.h"
 
 /* This part must be outside ifdef protection */
 #include <lttng/tracepoint-event.h>
This page took 0.022704 seconds and 4 git commands to generate.