mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-07 06:15:06 -05:00
sourcestats: remove tracking of skew change
This is not used since commit 7a6ee1d.
This commit is contained in:
@@ -135,14 +135,6 @@ extern void SST_DoSourceReport(SST_Stats inst, RPT_SourceReport *report, struct
|
||||
|
||||
extern void SST_DoSourcestatsReport(SST_Stats inst, RPT_SourcestatsReport *report, struct timeval *now);
|
||||
|
||||
typedef enum {
|
||||
SST_Skew_Decrease,
|
||||
SST_Skew_Nochange,
|
||||
SST_Skew_Increase
|
||||
} SST_Skew_Direction;
|
||||
|
||||
extern SST_Skew_Direction SST_LastSkewChange(SST_Stats inst);
|
||||
|
||||
extern int SST_Samples(SST_Stats inst);
|
||||
|
||||
#endif /* GOT_SOURCESTATS_H */
|
||||
|
||||
Reference in New Issue
Block a user