]> git.ipfire.org Git - thirdparty/chrony.git/commit
sys: add generic timex driver
authorMiroslav Lichvar <mlichvar@redhat.com>
Tue, 15 Sep 2015 13:03:37 +0000 (15:03 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 17 Sep 2015 13:52:49 +0000 (15:52 +0200)
commite735be59a7d6077414244d2c54fcabb736e0f3ff
tree645c90807a543ef9a0c47b01add5e7029adf1ee5
parent5190539ce1efe0a9fc14e2197017f8cb4bb6f0e6
sys: add generic timex driver

This is based on sys_linux.c and wrap_adjtimex.c. It's intended for all
systems that support the adjtimex() or ntp_adjtime() system call. The
driver functions can be replaced with extended system-specific versions
(e.g. to control the frequency with the tick field on Linux).
logging.h
sys_timex.c [new file with mode: 0644]
sys_timex.h [new file with mode: 0644]