Type Definition 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.