File tree 2 files changed +14
-14
lines changed 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -190,6 +190,13 @@ s! {
190
190
pub ipi6_addr: :: in6_addr,
191
191
pub ipi6_ifindex: :: c_int,
192
192
}
193
+
194
+ pub struct inotify_event {
195
+ pub wd: :: c_int,
196
+ pub mask: :: uint32_t,
197
+ pub cookie: :: uint32_t,
198
+ pub len: :: uint32_t
199
+ }
193
200
}
194
201
195
202
s_no_extra_traits ! {
@@ -249,13 +256,6 @@ s_no_extra_traits!{
249
256
pub ivlen: u32 ,
250
257
pub iv: [ :: c_uchar; 0 ] ,
251
258
}
252
-
253
- pub struct inotify_event {
254
- pub wd: :: c_int,
255
- pub mask: :: uint32_t,
256
- pub cookie: :: uint32_t,
257
- pub len: :: uint32_t
258
- }
259
259
}
260
260
261
261
cfg_if ! {
Original file line number Diff line number Diff line change @@ -493,6 +493,13 @@ s! {
493
493
pub updated: :: c_ulong,
494
494
pub ha: [ :: c_uchar; :: MAX_ADDR_LEN ] ,
495
495
}
496
+
497
+ pub struct inotify_event {
498
+ pub wd: :: c_int,
499
+ pub mask: :: uint32_t,
500
+ pub cookie: :: uint32_t,
501
+ pub len: :: uint32_t
502
+ }
496
503
}
497
504
498
505
s_no_extra_traits ! {
@@ -524,13 +531,6 @@ s_no_extra_traits!{
524
531
pub ivlen: u32 ,
525
532
pub iv: [ :: c_uchar; 0 ] ,
526
533
}
527
-
528
- pub struct inotify_event {
529
- pub wd: :: c_int,
530
- pub mask: :: uint32_t,
531
- pub cookie: :: uint32_t,
532
- pub len: :: uint32_t
533
- }
534
534
}
535
535
536
536
cfg_if ! {
You can’t perform that action at this time.
0 commit comments