Tracepoint API namespacing 'TRACEPOINT_INCLUDE'
[lttng-ust.git] / doc / examples / demo / ust_tests_demo2.h
index 94de3b5354e8897d68a9b0574d8f08c76c51a625..65abd67940a17414e34543f7ce8f2371510cc0b1 100644 (file)
@@ -38,8 +38,8 @@ LTTNG_UST_TRACEPOINT_LOGLEVEL(ust_tests_demo2, loop, LTTNG_UST_TRACEPOINT_LOGLEV
 
 #endif /* _TRACEPOINT_UST_TESTS_DEMO2_H */
 
-#undef TRACEPOINT_INCLUDE
-#define TRACEPOINT_INCLUDE "./ust_tests_demo2.h"
+#undef LTTNG_UST_TRACEPOINT_INCLUDE
+#define LTTNG_UST_TRACEPOINT_INCLUDE "./ust_tests_demo2.h"
 
 /* This part must be outside ifdef protection */
 #include <lttng/tracepoint-event.h>
This page took 0.024593 seconds and 4 git commands to generate.