X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=include%2Fust%2Fmarker.h;h=d0b06f50e813a7b6461caa08f24b5b00ae064786;hb=5624d4028099b0ca032beaca46a752066806b5f4;hp=0ed119273c182778cbb8655e5b5dc413c0edd26d;hpb=c60764827b5c81fc41d243dd2ab647ce60a80837;p=ust.git diff --git a/include/ust/marker.h b/include/ust/marker.h index 0ed1192..d0b06f5 100644 --- a/include/ust/marker.h +++ b/include/ust/marker.h @@ -188,12 +188,12 @@ struct marker { #define __trace_mark_tp_counter(channel, name, unique, call_private, tp_name, tp_cb, format, args...) \ do { \ - struct marker m; \ + struct registers regs; \ void __check_tp_type(void) \ { \ register_trace_##tp_name(tp_cb); \ } \ - DEFINE_MARKER_TP(channel, name, tp_name, tp_cb, format, unique, m);\ + DEFINE_MARKER_TP(channel, name, tp_name, tp_cb, format);\ __mark_check_format(format, ## args); \ (*__mark_##channel##_##name.call)(&__mark_##channel##_##name, \ call_private, ®s, ## args); \