Skip to content

Commit c927a1b

Browse files
committed
fix missing field in ptp_clock_caps
1 parent 09c1ef6 commit c927a1b

File tree

1 file changed

+2
-1
lines changed
  • src/unix/linux_like/linux

1 file changed

+2
-1
lines changed

src/unix/linux_like/linux/mod.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,8 @@ s! {
666666
pub n_pins: ::c_int,
667667
pub cross_timestamping: ::c_int,
668668
pub adjust_phase: ::c_int,
669-
pub rsv: [::c_int; 12],
669+
pub max_phase_adj: ::c_int,
670+
pub rsv: [::c_int; 11],
670671
}
671672

672673
pub struct ptp_extts_request {

0 commit comments

Comments
 (0)