X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Finstrumentation%2Fevents%2Fnet.h;h=ee171dadd5dea09aec0e43da88793d2c07c9c60d;hb=a28cc5201acb9aa94c2c2308ccd27cb696e4b465;hp=d0227423339b3cf2b3a9458e48ad69cbe548f1da;hpb=92bc1e2318d93c9072ae79d7fd6a7c5953cb739e;p=lttng-modules.git diff --git a/include/instrumentation/events/net.h b/include/instrumentation/events/net.h index d0227423..ee171dad 100644 --- a/include/instrumentation/events/net.h +++ b/include/instrumentation/events/net.h @@ -235,7 +235,7 @@ static inline enum transport_header_types __get_transport_header_type(struct sk_ return TH_NONE; } -static struct lttng_enum_entry proto_transport_enum_entries[] = { +static struct lttng_kernel_enum_entry proto_transport_enum_entries[] = { [0] = { .start = { .value = 0, .signedness = 0, }, .end = { .value = IPPROTO_ICMP - 1, .signedness = 0, }, @@ -279,7 +279,7 @@ static const struct lttng_enum_desc proto_transport_header_type = { .nr_entries = ARRAY_SIZE(proto_transport_enum_entries), }; -static struct lttng_enum_entry transport_enum_entries[] = { +static struct lttng_kernel_enum_entry transport_enum_entries[] = { [0] = { .start = { .value = TH_NONE, .signedness = 0, }, .end = { .value = TH_NONE, .signedness = 0, },