Implement array and sequence bitfields
[lttng-modules.git] / probes / lttng-types.h
index 93760667697919f4f76ffd8663ef5617ea630e9e..3809414c0ce33164e693404844ccea35a11eeb7d 100644 (file)
@@ -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), \
                },
This page took 0.023871 seconds and 4 git commands to generate.