commit | 434fe9d4b4bfa8becb0959ef32b9b9fa628ef6fe | [log] [tgz] |
---|---|---|
author | Andrey Ignatov <rdna@fb.com> | Wed Oct 03 15:26:38 2018 -0700 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Thu Oct 04 16:04:15 2018 +0200 |
tree | fcb82601678f3dbe3c49720fb8c8ab385a400152 | |
parent | d71019b54bff4b8f52903e354bf3b8cb2b4dfa75 [diff] |
libbpf: Move __dump_nlmsg_t from API to implementation This typedef is used only by implementation in netlink.c. Nothing uses it in public API. Move it to netlink.c. Signed-off-by: Andrey Ignatov <rdna@fb.com> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>