Tracepoint API namespacing 'TRACEPOINT_INCLUDE'
[lttng-ust.git] / doc / examples / demo / ust_tests_demo3.h
index d2f2b01b122afedf89461b7b9f5fbc04e060cef4..e6014f76332004034eb503577b244548f9f6e1c5 100644 (file)
@@ -22,8 +22,8 @@ LTTNG_UST_TRACEPOINT_LOGLEVEL(ust_tests_demo3, done, LTTNG_UST_TRACEPOINT_LOGLEV
 
 #endif /* _TRACEPOINT_UST_TESTS_DEMO3_H */
 
-#undef TRACEPOINT_INCLUDE
-#define TRACEPOINT_INCLUDE "./ust_tests_demo3.h"
+#undef LTTNG_UST_TRACEPOINT_INCLUDE
+#define LTTNG_UST_TRACEPOINT_INCLUDE "./ust_tests_demo3.h"
 
 /* This part must be outside ifdef protection */
 #include <lttng/tracepoint-event.h>
This page took 0.023968 seconds and 4 git commands to generate.