]> git.ipfire.org Git - thirdparty/chrony.git/commit - local.c
adopt struct timespec
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 17 Aug 2016 14:05:53 +0000 (16:05 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Fri, 19 Aug 2016 10:53:09 +0000 (12:53 +0200)
commitd0dfa1de9e85510a584cdec5faae96c66d6847c9
tree92255712d3aa35bbcc8dcc946de3616da8a8857b
parent0899ab52ddeb98d447cd3144790391c9e2e7941d
adopt struct timespec

Replace struct timeval with struct timespec as the main data type for
timestamps. This will allow the NTP code to work with timestamps in
nanosecond resolution.
46 files changed:
candm.h
client.c
clientlog.c
clientlog.h
cmdmon.c
keys.c
local.c
local.h
localp.h
manual.c
manual.h
ntp_core.c
ntp_core.h
ntp_io.c
ntp_signd.c
ntp_sources.c
ntp_sources.h
refclock.c
refclock.h
refclock_phc.c
refclock_pps.c
refclock_shm.c
refclock_sock.c
reference.c
reference.h
reports.h
rtc.c
rtc_linux.c
sched.c
sched.h
smooth.c
smooth.h
sources.c
sources.h
sourcestats.c
sourcestats.h
stubs.c
sys_generic.c
sys_macosx.c
sys_netbsd.c
tempcomp.c
test/unit/clientlog.c
test/unit/sources.c
test/unit/test.c
util.c
util.h