瀏覽代碼

aya: PerCpuKernelMem doesn't need to be public

Alessandro Decina 4 年之前
父節點
當前提交
aa3a30d196
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      aya/src/maps/mod.rs

+ 1 - 1
aya/src/maps/mod.rs

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