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 89177b5 commit 634ed67Copy full SHA for 634ed67
src/unix/linux_like/linux/gnu/mod.rs
@@ -427,6 +427,17 @@ s! {
427
pub tcpi_rcv_space: u32,
428
pub tcpi_total_retrans: u32,
429
}
430
+
431
+ pub struct fanotify_event_info_pidfd {
432
+ pub hdr: ::fanotify_event_info_header,
433
+ pub pidfd: ::__s32,
434
+ }
435
436
+ pub struct fanotify_event_info_error {
437
438
+ pub error: ::__s32,
439
+ pub error_count: ::__u32,
440
441
442
443
impl siginfo_t {
0 commit comments