sources: add minsources option

This sets the minimum number of selectable sources needed to update the
local clock.
This commit is contained in:
Miroslav Lichvar
2014-10-20 17:46:33 +02:00
parent 6744ad392d
commit 1bb2732056
4 changed files with 39 additions and 2 deletions

2
conf.h
View File

@@ -101,6 +101,8 @@ extern char *CNF_GetUser(void);
extern int CNF_GetMaxSamples(void);
extern int CNF_GetMinSamples(void);
extern int CNF_GetMinSources(void);
extern double CNF_GetRtcAutotrim(void);
extern char *CNF_GetHwclockFile(void);