mirror of
https://gitlab.com/chrony/chrony.git
synced 2026-01-21 05:10:19 -05:00
Move estimated offset and error to sourcestats report
And print the estimated offset in sourcestats output.
This commit is contained in:
@@ -146,7 +146,7 @@ extern int SRC_IsSyncPeer(SRC_Instance inst);
|
||||
extern int SRC_ReadNumberOfSources(void);
|
||||
extern int SRC_ReportSource(int index, RPT_SourceReport *report, struct timeval *now);
|
||||
|
||||
extern int SRC_ReportSourcestats(int index, RPT_SourcestatsReport *report);
|
||||
extern int SRC_ReportSourcestats(int index, RPT_SourcestatsReport *report, struct timeval *now);
|
||||
|
||||
extern SRC_Type SRC_GetType(int index);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user