From: Mathieu Desnoyers Date: Mon, 25 Apr 2011 17:44:46 +0000 (-0400) Subject: Markers: trace_mark should not pass "ust" to ust_mark X-Git-Tag: v0.13~17 X-Git-Url: https://git.lttng.org/?p=ust.git;a=commitdiff_plain;h=5dac4513e7090e192faee98abf98634207e45d9d Markers: trace_mark should not pass "ust" to ust_mark Signed-off-by: Mathieu Desnoyers --- diff --git a/include/ust/marker.h b/include/ust/marker.h index b9621bf..2c34bd7 100644 --- a/include/ust/marker.h +++ b/include/ust/marker.h @@ -216,7 +216,7 @@ extern void ust_marker_update_probe_range(struct ust_marker * const *begin, * ust_marker(). */ #define trace_mark(channel, name, format, args...) \ - ust_marker(ust, name, format, ## args) + ust_marker(name, format, ## args) /** * ust_marker_tp - Marker in a tracepoint callback