]> git.ipfire.org Git - thirdparty/chrony.git/commit
Add temperature compensation
authorMiroslav Lichvar <mlichvar@redhat.com>
Mon, 12 Apr 2010 15:07:57 +0000 (17:07 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Tue, 27 Apr 2010 12:35:11 +0000 (14:35 +0200)
commitc386d11765d1db1f242c5b0a0b4448c34430477a
treee53e7046a41976be65482d8623afa96f3c7cb325
parentf12bc10917334ed0962badf0b21de3c4e79bd1e2
Add temperature compensation

A new tempcomp directive can be used to specify a file for reading
current temperature, update interval and compensation coefficients. The
clock frequency corrections are applied in local module and are invisible
in upper layers. The measurements and corrections can be logged to
tempcomp.log file.
Makefile.in
chrony.texi
conf.c
conf.h
local.c
local.h
logging.c
main.c
tempcomp.c [new file with mode: 0644]
tempcomp.h [new file with mode: 0644]