Adapt tests to TRACEPOINT_INCLUDE
[lttng-ust.git] / tests / demo / ust_tests_demo3.h
index d1b58a0b08f340ab35c14484fdcc030798c53cad..c7b63dd8b2750c7d995b9853ea611e482d855b49 100644 (file)
@@ -42,8 +42,8 @@ TRACEPOINT_LOGLEVEL(ust_tests_demo3, done, TRACE_WARNING)
 
 #endif /* _TRACEPOINT_UST_TESTS_DEMO3_H */
 
-#undef TRACEPOINT_INCLUDE_FILE
-#define TRACEPOINT_INCLUDE_FILE ./ust_tests_demo3.h
+#undef TRACEPOINT_INCLUDE
+#define TRACEPOINT_INCLUDE "./ust_tests_demo3.h"
 
 /* This part must be outside ifdef protection */
 #include <lttng/tracepoint-event.h>
This page took 0.022661 seconds and 4 git commands to generate.