Skip to content
Snippets Groups Projects
Commit fabdb14a authored by Simon Wörner's avatar Simon Wörner
Browse files

added ptrace_vm_entry struct

parent 2ea1dee3
No related branches found
No related tags found
No related merge requests found
...@@ -116,6 +116,19 @@ s! { ...@@ -116,6 +116,19 @@ s! {
pub sc_ngroups: ::c_int, pub sc_ngroups: ::c_int,
pub sc_groups: [::gid_t; 1], pub sc_groups: [::gid_t; 1],
} }
pub struct ptrace_vm_entry {
pub pve_entry: ::c_int,
pub pve_timestamp: ::c_int,
pub pve_start: ::c_ulong,
pub pve_end: ::c_ulong,
pub pve_offset: ::c_ulong,
pub pve_prot: ::c_uint,
pub pve_pathlen: ::c_uint,
pub pve_fileid: ::c_long,
pub pve_fsid: u32,
pub pve_path: *mut ::c_char,
}
} }
s_no_extra_traits! { s_no_extra_traits! {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment