conf: add minpoll option to hwtimestamp directive

This commit is contained in:
Miroslav Lichvar
2017-01-19 12:59:06 +01:00
parent 9800e397fb
commit 510784077f
4 changed files with 16 additions and 2 deletions

1
conf.h
View File

@@ -121,6 +121,7 @@ extern double CNF_GetInitStepThreshold(void);
typedef struct {
char *name;
int minpoll;
double precision;
double tx_comp;
double rx_comp;