We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libbpf 1.0 has 4 new APIs for treating enums as strings:
libbpf_bpf_prog_type_str()
libbpf_bpf_map_type_str()
libbpf_bpf_attach_type_str()
libbpf_bpf_link_type_str()
These can possibly be used in our maps that map types into strings.
The text was updated successfully, but these errors were encountered:
Being tackled by #372.
The libbpf_bpf_link_type_str wasn't managed since LinkType is not 1:1 with libbpf. It needs to be handled in a different task.
LinkType
Sorry, something went wrong.
No branches or pull requests
libbpf 1.0 has 4 new APIs for treating enums as strings:
libbpf_bpf_prog_type_str()
libbpf_bpf_map_type_str()
libbpf_bpf_attach_type_str()
libbpf_bpf_link_type_str()
requires LinkType enum needs to align libbpf values #373These can possibly be used in our maps that map types into strings.
The text was updated successfully, but these errors were encountered: