X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=probes%2Flttng-types.h;h=3809414c0ce33164e693404844ccea35a11eeb7d;hb=43803cf2bdfe205fe0e426f7e93507d722ba1feb;hp=93760667697919f4f76ffd8663ef5617ea630e9e;hpb=16690f835029eab8fa1e1185aeca86264653627c;p=lttng-modules.git diff --git a/probes/lttng-types.h b/probes/lttng-types.h index 93760667..3809414c 100644 --- a/probes/lttng-types.h +++ b/probes/lttng-types.h @@ -68,7 +68,7 @@ #define TRACE_EVENT_TYPE___enum(_name, _container_type) \ { \ .name = #_name, \ - .container_type = __type_integer(_container_type, __BYTE_ORDER, 10, none), \ + .container_type = __type_integer(_container_type, 0, 0, -1, __BYTE_ORDER, 10, none), \ .entries = __trace_event_enum_##_name, \ .len = ARRAY_SIZE(__trace_event_enum_##_name), \ },