Skip to content

Commit

Permalink
Merge pull request #255 from NoneTirex/main
Browse files Browse the repository at this point in the history
aya-bpf: Set skb_buff visbility to pub
  • Loading branch information
alessandrod committed May 11, 2022
2 parents e71e07f + f1f7185 commit b9a5448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bpf/aya-bpf/src/programs/sk_buff.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b9a5448

Please sign in to comment.