]> git.ipfire.org Git - thirdparty/unbound.git/commit
timeval_func: move all timeval manipulation to separate file
authorVadim Fedorenko <vadfed@meta.com>
Tue, 18 Apr 2023 13:50:12 +0000 (06:50 -0700)
committerVadim Fedorenko <vadfed@meta.com>
Wed, 26 Apr 2023 10:23:41 +0000 (03:23 -0700)
commita197aac2f6c7bee4b615f50e2af48256be083771
tree11d784a27a30b582bfa05f611389cf5937be55ed
parent648ad4db6fdf3716a4376489998342cf267944ed
timeval_func: move all timeval manipulation to separate file

There are several definitions of the same functions manipulating timeval
structures. Let's move them to separate file and arrange the code
preperly.

Signed-off-by: Vadim Fedorenko <vadfed@meta.com>
Makefile.in
daemon/remote.c
services/mesh.c
smallapp/unbound-control.c
testcode/fake_event.c
testcode/replay.c
util/netevent.c
util/timehist.c
util/timeval_func.c [new file with mode: 0644]
util/timeval_func.h [new file with mode: 0644]