aya: PerCpuKernelMem doesn't need to be public

pull/1/head
Alessandro Decina 4 years ago
parent 1746bbf5b8
commit aa3a30d196

@ -282,7 +282,7 @@ impl TryFrom<u32> for bpf_map_type {
})
}
}
pub struct PerCpuKernelMem {
pub(crate) struct PerCpuKernelMem {
bytes: Vec<u8>,
}

Loading…
Cancel
Save