X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=probes%2Flttng-events-reset.h;h=0a1671cd372744178107b7bc47268e2307fa1429;hb=1695dc9a055c3383067cccac91cb8918cb2eaab1;hp=a764f43e960f6c1a7446f9d0f85aa4b61b81b43a;hpb=391286e81406e93f59e92b9b5cf93bf839e7884f;p=lttng-modules.git diff --git a/probes/lttng-events-reset.h b/probes/lttng-events-reset.h index a764f43e..0a1671cd 100644 --- a/probes/lttng-events-reset.h +++ b/probes/lttng-events-reset.h @@ -6,6 +6,9 @@ #undef __field_ext #define __field_ext(_type, _item, _filter_type) +#undef __field_network +#define __field_network(_type, _item) + #undef __array #define __array(_type, _item, _length) @@ -68,3 +71,6 @@ #undef DEFINE_EVENT #define DEFINE_EVENT(_template, _name, _proto, _args) + +#undef TRACE_EVENT_FLAGS +#define TRACE_EVENT_FLAGS(name, value)