Set skb_buff visbility to pub

pull/255/head
tirex 2 years ago
parent e71e07f88e
commit f1f7185dab

@ -12,7 +12,7 @@ use aya_bpf_cty::c_long;
use crate::{bindings::__sk_buff, BpfContext};
pub struct SkBuffContext {
skb: *mut __sk_buff,
pub skb: *mut __sk_buff,
}
impl SkBuffContext {

Loading…
Cancel
Save