mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 18:25:07 -05:00
reference: make driftfile update interval configurable
Add interval option to the driftfile directive to specify the minimum interval between updates of the recorded frequency offset and skew.
This commit is contained in:
2
conf.h
2
conf.h
@@ -56,7 +56,7 @@ extern void CNF_ReloadSources(void);
|
||||
|
||||
extern int CNF_GetAcquisitionPort(void);
|
||||
extern int CNF_GetNTPPort(void);
|
||||
extern char *CNF_GetDriftFile(void);
|
||||
extern char *CNF_GetDriftFile(int *interval);
|
||||
extern char *CNF_GetLogDir(void);
|
||||
extern char *CNF_GetDumpDir(void);
|
||||
extern int CNF_GetLogBanner(void);
|
||||
|
||||
Reference in New Issue
Block a user