mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 16:35:06 -05:00
refclock: add tai option
This option is for indicating to chronyd that the reference clock is kept in TAI and that chrony should attempt to convert from TAI to UTC by using the timezone configured by the "leapsectz" directive.
This commit is contained in:
committed by
Miroslav Lichvar
parent
a0fe71eef1
commit
f5d1b8fb74
@@ -44,6 +44,7 @@ typedef struct {
|
||||
int sel_options;
|
||||
int max_lock_age;
|
||||
int stratum;
|
||||
int tai;
|
||||
uint32_t ref_id;
|
||||
uint32_t lock_ref_id;
|
||||
double offset;
|
||||
|
||||
Reference in New Issue
Block a user