mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 16:35:06 -05:00
util: add functions for converting new root delay/dispersion
This commit is contained in:
3
util.h
3
util.h
@@ -133,6 +133,9 @@ extern void UTI_GetNtp64Fuzz(NTP_int64 *ts, int precision);
|
||||
extern double UTI_Ntp32ToDouble(NTP_int32 x);
|
||||
extern NTP_int32 UTI_DoubleToNtp32(double x);
|
||||
|
||||
extern double UTI_Ntp32f28ToDouble(NTP_int32 x);
|
||||
extern NTP_int32 UTI_DoubleToNtp32f28(double x);
|
||||
|
||||
/* Zero an NTP timestamp */
|
||||
extern void UTI_ZeroNtp64(NTP_int64 *ts);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user