Remove array, sequence, enum, struct legacy types
[lttng-ust.git] / liblttng-ust / event-notifier-notification.c
index 313339f19a3303e690de4190748ffa11e87c62f5..559c7fe88e21a62d42382d3aa657a595aa680aa0 100644 (file)
@@ -174,7 +174,7 @@ void capture_sequence(struct lttng_msgpack_writer *writer,
        case atype_integer:
                integer_type = &nested_type->u.integer;
                break;
-       case atype_enum:
+       case atype_enum_nestable:
                /* Treat enumeration as an integer. */
                integer_type = &nested_type->u.enum_nestable.container_type->u.integer;
                break;
This page took 0.023169 seconds and 4 git commands to generate.