Tracepoint API namespacing 'TRACEPOINT_DEFINE'
[lttng-ust.git] / doc / examples / easy-ust / sample.c
index 542a8f62823c5ed25b67c701f0e753c8c4f79d2d..101d10d79d0b24b1075ff4b3ecbba98b0c1842b6 100644 (file)
@@ -8,10 +8,10 @@
 #include <unistd.h>
 
 /*
- * We need to define TRACEPOINT_DEFINE in one C file in the program
+ * We need to define LTTNG_UST_TRACEPOINT_DEFINE in one C file in the program
  * before including provider headers.
  */
-#define TRACEPOINT_DEFINE
+#define LTTNG_UST_TRACEPOINT_DEFINE
 #include "sample_component_provider.h"
 
 int main(void)
This page took 0.023643 seconds and 4 git commands to generate.