]> git.ipfire.org Git - thirdparty/ntp.git/commit
Refactoring of struct timeval string conversion, extended regression tests for struct...
authorJuergen Perlinger <perlinger@ntp.org>
Tue, 25 Jan 2011 20:08:29 +0000 (21:08 +0100)
committerJuergen Perlinger <perlinger@ntp.org>
Tue, 25 Jan 2011 20:08:29 +0000 (21:08 +0100)
commitb94c57af360822d9fc1fedfaa2dd6128e2e81dc6
tree5d5d098e3fa0bb0181940b4eccc26a736cbecff9
parent1247eca11d3f2c48efa31f8d2d2c0a19914a4367
Refactoring of struct timeval string conversion, extended regression tests for struct timeval processing

bk: 4d3f2dbdh3s4SofA3nqDe_OecpljgQ
include/timespecops.h
include/timetoa.h [new file with mode: 0644]
include/timevalops.h
libntp/Makefile.am
libntp/timetoa.c [new file with mode: 0644]
libntp/timevalops.c
tests/libntp/Makefile.am
tests/libntp/timestructs.cpp [new file with mode: 0644]
tests/libntp/timestructs.h [new file with mode: 0644]
tests/libntp/tvalops.cpp