mirror of
https://gitlab.com/chrony/chrony.git
synced 2026-01-21 05:10:19 -05:00
sourcestats: add fixed asymmetry
Rework the code to allow the jitter asymmetry to be specified.
This commit is contained in:
@@ -39,7 +39,8 @@ extern void SST_Finalise(void);
|
||||
|
||||
/* This function creates a new instance of the statistics handler */
|
||||
extern SST_Stats SST_CreateInstance(uint32_t refid, IPAddr *addr,
|
||||
int min_samples, int max_samples, double min_delay);
|
||||
int min_samples, int max_samples,
|
||||
double min_delay, double asymmetry);
|
||||
|
||||
/* This function deletes an instance of the statistics handler. */
|
||||
extern void SST_DeleteInstance(SST_Stats inst);
|
||||
|
||||
Reference in New Issue
Block a user