Add refclock precision

This commit is contained in:
Miroslav Lichvar
2010-03-02 13:10:54 +01:00
parent b9b0326d15
commit 5fb5551c36
4 changed files with 18 additions and 3 deletions

View File

@@ -42,6 +42,7 @@ typedef struct {
unsigned long lock_ref_id;
double offset;
double delay;
double precision;
} RefclockParameters;
typedef struct RCL_Instance_Record *RCL_Instance;