mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-07 13:25:07 -05:00
Remove resid_freq and resid_skew from source report
They were not printed and they are also in sourcestats report.
This commit is contained in:
4
candm.h
4
candm.h
@@ -333,7 +333,7 @@ typedef struct {
|
||||
|
||||
Version 4 : IPv6 addressing added, 64-bit time values, sourcestats
|
||||
and tracking reports extended, added flags to NTP source request,
|
||||
replaced fixed-point format with floating-point
|
||||
trimmed source report, replaced fixed-point format with floating-point
|
||||
|
||||
*/
|
||||
|
||||
@@ -476,8 +476,6 @@ typedef struct {
|
||||
uint32_t latest_meas_err;
|
||||
int32_t est_offset;
|
||||
uint32_t est_offset_err;
|
||||
int32_t resid_freq;
|
||||
uint32_t resid_skew;
|
||||
int32_t EOR;
|
||||
} RPY_Source_Data;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user