Add lock option for PPS refclocks

This commit is contained in:
Miroslav Lichvar
2010-01-27 19:14:38 +01:00
parent dbb550e6db
commit e261278a5c
4 changed files with 86 additions and 19 deletions

View File

@@ -39,6 +39,7 @@ typedef struct {
int filter_length;
int pps_rate;
unsigned long ref_id;
unsigned long lock_ref_id;
double offset;
double delay;
} RefclockParameters;