X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=probes%2Flttng-events.h;h=a47320b12487d399e88e0fbc0fed76c1db204d71;hb=7eb827f2f9c547021e4ceec4562f6eeec7514163;hp=dacce7bd287f0413da50861ac71de3a396e8d951;hpb=f62b389ebaba6abc93afb2cf9fbdf2fe0b632077;p=lttng-modules.git diff --git a/probes/lttng-events.h b/probes/lttng-events.h index dacce7bd..a47320b1 100644 --- a/probes/lttng-events.h +++ b/probes/lttng-events.h @@ -71,7 +71,7 @@ struct lttng_event_desc { #undef DEFINE_EVENT #define DEFINE_EVENT(_template, _name, _proto, _args) \ -void trace_##_name(proto); +void trace_##_name(_proto); #include TRACE_INCLUDE(TRACE_INCLUDE_FILE)