Skip to content

Commit 3c22e5e

Browse files
committed
document that constant should be computed (when garando supports it)
1 parent 55c3b17 commit 3c22e5e

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

src/unix/linux_like/linux/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,6 +1087,7 @@ s! {
10871087
pub struct ptp_sys_offset {
10881088
pub n_samples: ::c_uint,
10891089
pub rsv: [::c_uint; 3],
1090+
// FIXME(garando): replace length with `2 * PTP_MAX_SAMPLES + 1` when supported
10901091
pub ts: [ptp_clock_time; 51],
10911092
}
10921093

0 commit comments

Comments
 (0)