We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d452d37 commit e88cca3Copy full SHA for e88cca3
src/lib.rs
@@ -922,6 +922,8 @@ impl LineEvent {
922
/// The nanosecond timestamp value should are captured
923
/// using the `CLOCK_MONOTONIC` offsets in the kernel and
924
/// should be compared against `CLOCK_MONOTONIC` values.
925
+ /// Note that kernel versions prior to 5.7 used
926
+ /// `CLOCK_REALTIME` offsets instead.
927
pub fn timestamp(&self) -> u64 {
928
self.0.timestamp
929
}
0 commit comments