Add ctf_enum_auto() for autoincrementing enumeration values
[lttng-modules.git] / lttng-events.h
index 9e05e2f9a56b044c8c690fbbc2ac75a3889d2c58..42a7b24bbb35f103e771d8488cf11ffc6273f265 100644 (file)
@@ -77,6 +77,9 @@ struct lttng_enum_value {
 struct lttng_enum_entry {
        struct lttng_enum_value start, end;     /* start and end are inclusive */
        const char *string;
+       struct {
+               unsigned int is_auto:1;
+       } options;
 };
 
 #define __type_integer(_type, _size, _alignment, _signedness,  \
This page took 0.023458 seconds and 4 git commands to generate.