mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-05 08:55:07 -05:00
Add option to limit clientlog memory
This commit is contained in:
1
conf.h
1
conf.h
@@ -62,6 +62,7 @@ extern int CNF_GetRTCOnUTC(void);
|
||||
extern void CNF_GetLogChange(int *enabled, double *threshold);
|
||||
extern void CNF_GetMailOnChange(int *enabled, double *threshold, char **user);
|
||||
extern int CNF_GetNoClientLog(void);
|
||||
extern unsigned long CNF_GetClientLogLimit(void);
|
||||
extern void CNF_GetBindAddress(int family, IPAddr *addr);
|
||||
extern void CNF_GetBindCommandAddress(int family, IPAddr *addr);
|
||||
extern char *CNF_GetPidFile(void);
|
||||
|
||||
Reference in New Issue
Block a user