]> git.ipfire.org Git - thirdparty/bind9.git/commit
Rename sock->timer to sock->read_timer
authorOndřej Surý <ondrej@isc.org>
Wed, 9 Feb 2022 09:59:08 +0000 (10:59 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 17 Feb 2022 08:06:58 +0000 (09:06 +0100)
commit45a73c113f2982b7171632d75d4bbb51d4e6bb53
tree554f8bcc2d0f773d9d8ad9a05e0833e4f3e3fdf4
parent92338f2e29c56f2ba1c3590508c0b504d126d01a
Rename sock->timer to sock->read_timer

Before adding the write timer, we have to remove the generic sock->timer
to sock->read_timer.  We don't touch the function names to limit the
impact of the refactoring.
lib/isc/netmgr/netmgr-int.h
lib/isc/netmgr/netmgr.c
lib/isc/netmgr/tcp.c
lib/isc/netmgr/tcpdns.c
lib/isc/netmgr/tlsdns.c
lib/isc/netmgr/udp.c