commit | 7d2a4e9d4746b963ff7fb285f21175e7559bc306 | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Sun Aug 20 16:48:00 2023 +0000 |
committer | Maciej Żenczykowski <maze@google.com> | Sun Aug 20 19:25:07 2023 +0000 |
tree | 3c09edeb8b49b0ca6dcf92b68b3a9e641e243ff0 | |
parent | 29c8830417269da7f4143bb9a5f04eb96924a026 [diff] |
TrafficController - trivialize dump() The goal is to be able to remove getMap() from BpfMap.h, as it effectively leaks (what should be an) internal fd. In practice the dump() operation isn't useful, as initMaps() and thus native_init() already guarantee all these maps have valid file descriptors. Test: TreeHugger Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: If89c28923d3ae030dfac0b3b0ab8b15117db3f30