mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 17:35:06 -05:00
reference: add function to get TAI-UTC offset
This commit is contained in:
committed by
Miroslav Lichvar
parent
154b39cf7a
commit
a0fe71eef1
@@ -184,6 +184,9 @@ extern void REF_DisableLocal(void);
|
||||
and is better to discard any measurements */
|
||||
extern int REF_IsLeapSecondClose(void);
|
||||
|
||||
/* Return TAI-UTC offset corresponding to a time in UTC if available */
|
||||
extern int REF_GetTaiOffset(struct timespec *ts);
|
||||
|
||||
extern void REF_GetTrackingReport(RPT_TrackingReport *rep);
|
||||
|
||||
#endif /* GOT_REFERENCE_H */
|
||||
|
||||
Reference in New Issue
Block a user