mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-05 12:35:07 -05:00
conf: set logchange to 1 second by default
logchange is now always enabled, with 1 second threshold by default.
This commit is contained in:
2
conf.h
2
conf.h
@@ -67,7 +67,7 @@ extern int CNF_GetRtcOnUtc(void);
|
||||
extern int CNF_GetRtcSync(void);
|
||||
extern void CNF_GetMakeStep(int *limit, double *threshold);
|
||||
extern void CNF_GetMaxChange(int *delay, int *ignore, double *offset);
|
||||
extern void CNF_GetLogChange(int *enabled, double *threshold);
|
||||
extern double CNF_GetLogChange(void);
|
||||
extern void CNF_GetMailOnChange(int *enabled, double *threshold, char **user);
|
||||
extern int CNF_GetNoClientLog(void);
|
||||
extern unsigned long CNF_GetClientLogLimit(void);
|
||||
|
||||
Reference in New Issue
Block a user