]> git.ipfire.org Git - thirdparty/chrony.git/commit
cmdmon: use 32-bit fields in client access report
authorMiroslav Lichvar <mlichvar@redhat.com>
Fri, 29 Jan 2016 12:46:38 +0000 (13:46 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Fri, 29 Jan 2016 16:55:58 +0000 (17:55 +0100)
commit861ac013bcc54fa7b3c92cc4b43a8e2071885907
tree31e311413b1036345b91631406de701ceef5b9da
parenta6da963f45011c8f13fc6a2991101808d90e9634
cmdmon: use 32-bit fields in client access report

The clientlog record still uses 16-bit integers to count dropped
packets, but this will avoid an incompatible change in the command
reply if there will be a need to count more than 2^16 drops.
candm.h
client.c
cmdmon.c