Tracepoint API namespacing 'TRACEPOINT_INCLUDE'
[lttng-ust.git] / tests / compile / ctf-types / ust_tests_ctf_types.h
index def0293a71d13ae0b4a8ec79a6609136d2c139da..b1d6917250795286f127bef2b75c8a6bd262ab57 100644 (file)
@@ -60,8 +60,8 @@ LTTNG_UST_TRACEPOINT_EVENT(ust_tests_ctf_types, tptest_bis,
 
 #endif /* _TRACEPOINT_UST_TESTS_CTF_TYPES_H */
 
-#undef TRACEPOINT_INCLUDE
-#define TRACEPOINT_INCLUDE "./ust_tests_ctf_types.h"
+#undef LTTNG_UST_TRACEPOINT_INCLUDE
+#define LTTNG_UST_TRACEPOINT_INCLUDE "./ust_tests_ctf_types.h"
 
 /* This part must be outside ifdef protection */
 #include <lttng/tracepoint-event.h>
This page took 0.023699 seconds and 4 git commands to generate.