X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=probes%2Flttng-types.h;fp=probes%2Flttng-types.h;h=75853ee63319ccd28e0eb41ec9182a4ae9517b2a;hb=e0a7a7c4a6a88a60ae40baeb4f4656f58175993a;hp=c435b4d3ea127346e3b21c31bb115ab2bc3896a6;hpb=d3dbe23cbd102fb87206b6ed78aad28e042ac77e;p=lttng-modules.git diff --git a/probes/lttng-types.h b/probes/lttng-types.h index c435b4d3..75853ee6 100644 --- a/probes/lttng-types.h +++ b/probes/lttng-types.h @@ -46,7 +46,7 @@ #define TRACE_EVENT_TYPE___enum(_name, _container_type) \ { \ .name = #_name, \ - .container_type = __type_integer(_container_type, __BYTE_ORDER), \ + .container_type = __type_integer(_container_type, __BYTE_ORDER, 10), \ .entries = __trace_event_enum_##_name, \ .len = ARRAY_SIZE(__trace_event_enum_##_name), \ },