mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 16:25:06 -05:00
sourcestats: remove forgotten declaration
This commit is contained in:
@@ -67,11 +67,6 @@ extern void SST_AccumulateSample(SST_Stats inst, struct timeval *sample_time, do
|
|||||||
down to that number of samples. */
|
down to that number of samples. */
|
||||||
extern void SST_DoNewRegression(SST_Stats inst);
|
extern void SST_DoNewRegression(SST_Stats inst);
|
||||||
|
|
||||||
/* This function does a simple regression on what is in the register,
|
|
||||||
without trying to optimise the error bounds on the frequency by
|
|
||||||
deleting old samples */
|
|
||||||
extern void SST_DoUpdateRegression(SST_Stats inst);
|
|
||||||
|
|
||||||
/* Return the assumed worst case range of values that this source's
|
/* Return the assumed worst case range of values that this source's
|
||||||
frequency lies within. Frequency is defined as the amount of time
|
frequency lies within. Frequency is defined as the amount of time
|
||||||
the local clock gains relative to the source per unit local clock
|
the local clock gains relative to the source per unit local clock
|
||||||
|
|||||||
Reference in New Issue
Block a user