commit | eb018cf9e5df30c9748e4b31a33f0934a47cca6b | [log] [tgz] |
---|---|---|
author | yonghong-song <yhs@fb.com> | Wed Oct 02 16:34:38 2019 -0700 |
committer | GitHub <noreply@github.com> | Wed Oct 02 16:34:38 2019 -0700 |
tree | 0b02ffe00995ef98a976cd75d571c25a4e98f901 | |
parent | 4c2cb869dc559af2bbd92dafbf769412e638093b [diff] [blame] |
sync to latest libbpf (#2540) sync to latest libpf with tag v0.0.5. Signed-off-by: Yonghong Song <yhs@fb.com>
diff --git a/introspection/bps.c b/introspection/bps.c index fe47a80..5e510aa 100644 --- a/introspection/bps.c +++ b/introspection/bps.c
@@ -69,6 +69,7 @@ [BPF_MAP_TYPE_QUEUE] = "queue", [BPF_MAP_TYPE_STACK] = "stack", [BPF_MAP_TYPE_SK_STORAGE] = "sk_storage", + [BPF_MAP_TYPE_DEVMAP_HASH] = "devmap_hash", }; #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x)))