Prefix lttng_enum_desc with lttng_kernel_
[lttng-modules.git] / include / instrumentation / events / net.h
index ee171dadd5dea09aec0e43da88793d2c07c9c60d..fac99b56fffbbe86a664be9d612fda07756019bf 100644 (file)
@@ -273,7 +273,7 @@ static struct lttng_kernel_enum_entry proto_transport_enum_entries[] = {
        },
 };
 
-static const struct lttng_enum_desc proto_transport_header_type = {
+static const struct lttng_kernel_enum_desc proto_transport_header_type = {
        .name = "proto_transport_header_type",
        .entries = proto_transport_enum_entries,
        .nr_entries = ARRAY_SIZE(proto_transport_enum_entries),
@@ -302,7 +302,7 @@ static struct lttng_kernel_enum_entry transport_enum_entries[] = {
        },
 };
 
-static const struct lttng_enum_desc transport_header_type = {
+static const struct lttng_kernel_enum_desc transport_header_type = {
        .name = "transport_header_type",
        .entries = transport_enum_entries,
        .nr_entries = ARRAY_SIZE(transport_enum_entries),
This page took 0.023551 seconds and 4 git commands to generate.