tracepoint API change: rename TP_ARGS to TP_VARS
[lttng-ust.git] / liblttng-ust / probes / lttng-probe-ust.h
index 3394d086d59b7bee7504f397700d8212f69a2933..c8525fd92c3c743e090b8a9e3e2d547723dd63b2 100644 (file)
 
 #include <lttng/tracepoint.h>
 
-TRACEPOINT_EVENT(lttng_metadata,
+TRACEPOINT_EVENT(lttngmetadata,
 
        TP_PROTO(const char *str),
 
-       TP_ARGS(str),
+       TP_VARS(str),
 
        /*
         * Not exactly a string: more a sequence of bytes (dynamic
This page took 0.023726 seconds and 4 git commands to generate.