Merge pull request #240 from nak3/pub-sk-msg

aya-bpf: expose sk_msg_md of SkMsgContext
pull/243/head
Alessandro Decina 3 years ago committed by GitHub
commit 5356e21b00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,7 @@ use crate::{
};
pub struct SkMsgContext {
msg: *mut sk_msg_md,
pub msg: *mut sk_msg_md,
}
impl SkMsgContext {

Loading…
Cancel
Save