Adapt internal files and examples to TRACEPOINT_INCLUDE
[lttng-ust.git] / doc / examples / easy-ust / sample_component_provider.h
index 944efd08d32692092b11cfa1a4c0926e451cbc8f..7e337825e734525e955c2c2dc6afd65ea0fc984b 100644 (file)
@@ -47,8 +47,8 @@
 /*
  * include file (this files's name)
  */
-#undef TRACEPOINT_INCLUDE_FILE
-#define TRACEPOINT_INCLUDE_FILE ./sample_component_provider.h
+#undef TRACEPOINT_INCLUDE
+#define TRACEPOINT_INCLUDE "./sample_component_provider.h"
 
 /*
  * Add this macro and its matching element to make sure the program
This page took 0.022846 seconds and 4 git commands to generate.