X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=probes%2Flttng-events-reset.h;fp=probes%2Flttng-events-reset.h;h=c8a1046d90b95bcd315903300e35301ca4c98995;hb=f7bdf4db0b992946342dc845c7369e9cdca46559;hp=3157f1e48dd9f8b3ce8cf5a32ae3b3b389049de1;hpb=259b6cb38d19bbe9c039728459bc25acc0f6f8a0;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)