Skip to content

Commit 97b4269

Browse files
folkertdevFolkert de Vries
authored and
Folkert de Vries
committed
document that constant should be computed (when garando supports it)
1 parent 49cd9aa commit 97b4269

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

+1
Original file line numberDiff line numberDiff line change
@@ -1184,6 +1184,7 @@ s! {
11841184
pub struct ptp_sys_offset {
11851185
pub n_samples: ::c_uint,
11861186
pub rsv: [::c_uint; 3],
1187+
// FIXME(garando): replace length with `2 * PTP_MAX_SAMPLES + 1` when supported
11871188
pub ts: [ptp_clock_time; 51],
11881189
}
11891190

0 commit comments

Comments
 (0)