commit | cf4b58f98f9da41c2e89d46d6c78bd777710b800 | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Mon Jun 13 17:38:12 2022 -0700 |
committer | Maciej Żenczykowski <maze@google.com> | Mon Jun 13 19:37:03 2022 -0700 |
tree | c34dafb6089087b5a682ce9ad526bbe022ff8876 | |
parent | 4b1b4090de2a1de2c474359e2a011a51bbde385a [diff] |
BpfMap - add BpfMapRO.init() support Really we need to fix the inheritance to make BpfMapRO the parent class of BpfMap: but that's a far more difficult thing to do, so in the short term we punt like this. This makes BpfMapRO a little bit more usable, and allows a slow transition across the codebase... Test: TreeHugger Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: I1c5112db70e9e523c113cba536fbe19422b4d3f3