We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea1dee commit fabdb14Copy full SHA for fabdb14
src/unix/bsd/freebsdlike/freebsd/mod.rs
@@ -116,6 +116,19 @@ s! {
116
pub sc_ngroups: ::c_int,
117
pub sc_groups: [::gid_t; 1],
118
}
119
+
120
+ pub struct ptrace_vm_entry {
121
+ pub pve_entry: ::c_int,
122
+ pub pve_timestamp: ::c_int,
123
+ pub pve_start: ::c_ulong,
124
+ pub pve_end: ::c_ulong,
125
+ pub pve_offset: ::c_ulong,
126
+ pub pve_prot: ::c_uint,
127
+ pub pve_pathlen: ::c_uint,
128
+ pub pve_fileid: ::c_long,
129
+ pub pve_fsid: u32,
130
+ pub pve_path: *mut ::c_char,
131
+ }
132
133
134
s_no_extra_traits! {
0 commit comments