Type Alias seccompiler::BpfMap

source ·
pub type BpfMap = HashMap<String, BpfProgram>;
Expand description

BpfMap is another type exposed by the library, which maps thread categories to BPF programs.

Aliased Type§

struct BpfMap { /* private fields */ }