conf: add nocrossts option to hwtimestamp directive

This option disables the use of the PTP_SYS_OFFSET_PRECISE ioctl.
This commit is contained in:
Miroslav Lichvar
2017-01-19 16:23:35 +01:00
parent 31b6a14444
commit 50f99ec5f4
4 changed files with 12 additions and 2 deletions

1
conf.h
View File

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