Adapt tests to TRACEPOINT_INCLUDE
[lttng-ust.git] / tests / demo / ust_tests_demo2.h
index f3281bb6d4146da2af6fa224dc7ea83f1a09ed2f..25d42ad18eea0cdf19c96a508a0c2a666b051fe4 100644 (file)
@@ -57,8 +57,8 @@ TRACEPOINT_LOGLEVEL(ust_tests_demo2, loop, TRACE_WARNING)
 
 #endif /* _TRACEPOINT_UST_TESTS_DEMO2_H */
 
-#undef TRACEPOINT_INCLUDE_FILE
-#define TRACEPOINT_INCLUDE_FILE ./ust_tests_demo2.h
+#undef TRACEPOINT_INCLUDE
+#define TRACEPOINT_INCLUDE "./ust_tests_demo2.h"
 
 /* This part must be outside ifdef protection */
 #include <lttng/tracepoint-event.h>
This page took 0.022798 seconds and 4 git commands to generate.