Skip to content

Commit

Permalink
trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
elazarg authored Sep 22, 2023
1 parent cae2b25 commit 3c40923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spec_type_descriptors.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<std::string> section_prefixes{};
Expand Down

0 comments on commit 3c40923

Please sign in to comment.