X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=probes%2Flttng-events.h;h=7963096a93d020061dc25df3fe70a7c65a0af5e5;hb=03a98277316f615753baff0503bff28321ada432;hp=22cabbaa50a996b5acc5733e76b2d4ea97478254;hpb=206584b257bfe5e9820bdb3184a7b694a88a1854;p=lttng-modules.git diff --git a/probes/lttng-events.h b/probes/lttng-events.h index 22cabbaa..7963096a 100644 --- a/probes/lttng-events.h +++ b/probes/lttng-events.h @@ -181,7 +181,7 @@ void trace_##_name(_proto); #undef LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP_NOARGS #define LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP_NOARGS(_template, _name, _map) \ -void trace_##_name(void *__data); +void trace_##_name(void); #include TRACE_INCLUDE(TRACE_INCLUDE_FILE)