X-Git-Url: https://git.lttng.org/?p=ust.git;a=blobdiff_plain;f=include%2Fust%2Fmarker.h;h=b9621bff2b019e350291033cfa1324fa346365f4;hp=928eb4f76f2e5ab1235e1649fda9ddc5d08db911;hb=7b36b13a3a6615e87b2fc5b0bb39c5a74f1b6a76;hpb=1790c2fe4e9817396b4c55acb30d1aef992b3c65 diff --git a/include/ust/marker.h b/include/ust/marker.h index 928eb4f7..b9621bf 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(ust, name, format, ## args) /** * ust_marker_tp - Marker in a tracepoint callback