local: add new driver call to set synchronization status

This will be used to set the kernel adjtimex() variables to allow other
applications running on the system to know if the system clock is
synchronized and the estimated error and the maximum error.
This commit is contained in:
Miroslav Lichvar
2014-12-09 15:42:56 +01:00
parent 513e65900c
commit e14a03a172
10 changed files with 39 additions and 9 deletions

View File

@@ -307,7 +307,8 @@ SYS_NetBSD_Initialise(void)
lcl_RegisterSystemDrivers(read_frequency, set_frequency,
accrue_offset, apply_step_offset,
get_offset_correction,
NULL /* set_leap */);
NULL /* set_leap */,
NULL /* set_sync_status */);
}