From 3c409239c704549d007241c68ae52709ddb931ab Mon Sep 17 00:00:00 2001 From: Elazar Gershuni Date: Fri, 22 Sep 2023 10:24:44 +0300 Subject: [PATCH] trigger CI --- src/spec_type_descriptors.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spec_type_descriptors.hpp b/src/spec_type_descriptors.hpp index cad589fa7..b94a905ee 100644 --- a/src/spec_type_descriptors.hpp +++ b/src/spec_type_descriptors.hpp @@ -35,7 +35,7 @@ struct EbpfMapDescriptor { constexpr unsigned int DEFAULT_MAP_FD = 0xffffffff; struct EbpfProgramType { - std::string name{}; // For ease of display, not used by the verifier. + std::string name{}; /// For ease of display, not used by the verifier. const ebpf_context_descriptor_t* context_descriptor{}; uint64_t platform_specific_data{}; // E.g., integer program type. std::vector section_prefixes{};