Tracepoint API namespacing 'TRACEPOINT_INCLUDE'
[lttng-ust.git] / doc / examples / easy-ust / sample_component_provider.h
index d82fa0ebf2f8c81749169363542b074d792cacb1..f161d775a939d5a39dd4b3fdcda69c0f60f2fc55 100644 (file)
@@ -31,8 +31,8 @@
 /*
  * include file (this files's name)
  */
-#undef TRACEPOINT_INCLUDE
-#define TRACEPOINT_INCLUDE "./sample_component_provider.h"
+#undef LTTNG_UST_TRACEPOINT_INCLUDE
+#define LTTNG_UST_TRACEPOINT_INCLUDE "./sample_component_provider.h"
 
 /*
  * Add this precompiler conditionals to ensure the tracepoint event generation
This page took 0.027038 seconds and 4 git commands to generate.