X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=liblttng-ust%2Fevent-notifier-notification.c;h=559c7fe88e21a62d42382d3aa657a595aa680aa0;hb=8c3470eaadb6e01fe65e1b852907467c0527ba05;hp=313339f19a3303e690de4190748ffa11e87c62f5;hpb=bd640d74f149ce079f81103221a8aaafca02ce04;p=lttng-ust.git diff --git a/liblttng-ust/event-notifier-notification.c b/liblttng-ust/event-notifier-notification.c index 313339f1..559c7fe8 100644 --- a/liblttng-ust/event-notifier-notification.c +++ b/liblttng-ust/event-notifier-notification.c @@ -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;