Tracepoint API namespacing 'TRACEPOINT_HEADER_MULTI_READ'
[lttng-ust.git] / doc / examples / easy-ust / sample_component_provider.h
index 9788180850d3e82bad2bba563781fa33b5a712ea..d82fa0ebf2f8c81749169363542b074d792cacb1 100644 (file)
@@ -38,7 +38,7 @@
  * Add this precompiler conditionals to ensure the tracepoint event generation
  * can include this file more than once.
  */
-#if !defined(_SAMPLE_COMPONENT_PROVIDER_H) || defined(TRACEPOINT_HEADER_MULTI_READ)
+#if !defined(_SAMPLE_COMPONENT_PROVIDER_H) || defined(LTTNG_UST_TRACEPOINT_HEADER_MULTI_READ)
 #define _SAMPLE_COMPONENT_PROVIDER_H
 /*
  * Add this to allow programs to call "tracepoint(...):
This page took 0.023189 seconds and 4 git commands to generate.