Tracepoint API namespacing 'TP_ARGS'
[lttng-ust.git] / include / lttng / tracepoint-event.h
index 2cef17a4a944386d3f1c424367654d2cba73e11e..85b4ffa67e7d02bd60066397a93c6c7cd5cf1386 100644 (file)
@@ -37,8 +37,8 @@
  * Put back definitions to the state they were when defined by
  * tracepoint.h.
  */
-#undef TP_ARGS
-#define TP_ARGS(...)       __VA_ARGS__
+#undef LTTNG_UST_TP_ARGS
+#define LTTNG_UST_TP_ARGS(...)       __VA_ARGS__
 
 #undef TRACEPOINT_EVENT
 #define TRACEPOINT_EVENT(provider, name, args, fields)                 \
This page took 0.023947 seconds and 4 git commands to generate.