X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=liblttng-ust%2Fevent-notifier-notification.c;h=559c7fe88e21a62d42382d3aa657a595aa680aa0;hb=2e70391c18fa78eb8dfac15c0f2e43e82691f189;hp=96b91a9ab0b84d2bd85b4531b28d18e9f1b11e33;hpb=516d12dae36538257fe57e8f7cf7e867068c33d1;p=lttng-ust.git diff --git a/liblttng-ust/event-notifier-notification.c b/liblttng-ust/event-notifier-notification.c index 96b91a9a..559c7fe8 100644 --- a/liblttng-ust/event-notifier-notification.c +++ b/liblttng-ust/event-notifier-notification.c @@ -8,10 +8,10 @@ #include #include -#include #include #include +#include "ust-events-internal.h" #include "../libmsgpack/msgpack.h" #include "lttng-bytecode.h" #include "ust-share.h" @@ -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;