X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=probes%2Flttng-events-reset.h;h=c8a1046d90b95bcd315903300e35301ca4c98995;hb=f66cbcc8274ff48ead50b649f9737662a6286fa3;hp=3157f1e48dd9f8b3ce8cf5a32ae3b3b389049de1;hpb=d71e64719b9308db558e6b12a5266054e995ed15;p=lttng-modules.git diff --git a/probes/lttng-events-reset.h b/probes/lttng-events-reset.h index 3157f1e4..c8a1046d 100644 --- a/probes/lttng-events-reset.h +++ b/probes/lttng-events-reset.h @@ -71,8 +71,14 @@ #undef DECLARE_EVENT_CLASS #define DECLARE_EVENT_CLASS(_name, _proto, _args, _tstruct, _assign, _print) +#undef DECLARE_EVENT_CLASS_NOARGS +#define DECLARE_EVENT_CLASS_NOARGS(_name, _tstruct, _assign, _print) + #undef DEFINE_EVENT #define DEFINE_EVENT(_template, _name, _proto, _args) +#undef DEFINE_EVENT_NOARGS +#define DEFINE_EVENT_NOARGS(_template, _name) + #undef TRACE_EVENT_FLAGS #define TRACE_EVENT_FLAGS(name, value)