You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/xtask/public-api
Dave Tucker 0f4021ec89 aya: Remove MapData::pinned
BPF objects can be pinned multiple times, to multiple different places.
Tracking whether or not a map is pinned in a bool is therefore not sufficient.
We could track this in a HashSet<PathBuf>, but there is really no reason
to track it at all.

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
2 years ago
..
aya-bpf-bindings.txt xtask: Add cargo-public-api 2 years ago
aya-bpf-cty.txt xtask: Add cargo-public-api 2 years ago
aya-bpf-macros.txt xtask: Add cargo-public-api 2 years ago
aya-bpf.txt xtask: Add cargo-public-api 2 years ago
aya-log-common.txt aya-log: s/Result<usize, ()>/Option<NonZeroUsize>/ 2 years ago
aya-log-ebpf-macros.txt xtask: Add cargo-public-api 2 years ago
aya-log-ebpf.txt xtask: Add cargo-public-api 2 years ago
aya-log-parser.txt xtask: Add cargo-public-api 2 years ago
aya-log.txt xtask: bless API with new nightly 2 years ago
aya-obj.txt maps: `MapFd` and `SockMapFd` are owned 2 years ago
aya-tool.txt xtask: bless API with new nightly 2 years ago
aya.txt aya: Remove MapData::pinned 2 years ago