]> git.ipfire.org Git - thirdparty/bind9.git/commit
Cleanup the isc_<*>mgr_createinc() constructors
authorOndřej Surý <ondrej@sury.org>
Mon, 19 Apr 2021 08:20:43 +0000 (10:20 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 19 Apr 2021 13:57:40 +0000 (15:57 +0200)
commit97a5559ae3670978e72c837e1dc89fc093e1675a
tree47f94b48debdbdf64b50710491c91c496d0c6ecc
parent3cdf026023cdcbbeb197a8356009338b8acd8b28
Cleanup the isc_<*>mgr_createinc() constructors

Previously, the taskmgr, timermgr and socketmgr had a constructor
variant, that would create the mgr on top of existing appctx.  This was
no longer true and isc_<*>mgr was just calling isc_<*>mgr_create()
directly without any extra code.

This commit just cleans up the extra function.

(cherry picked from commit 3388ef36b3cff409f78db59cc1c5d71839423ee0)
bin/delv/delv.c
bin/tests/system/resolve.c
lib/irs/context.c
lib/isc/include/isc/socket.h
lib/isc/include/isc/task.h
lib/isc/include/isc/timer.h
lib/isc/task.c
lib/isc/timer.c
lib/isc/unix/socket.c
lib/isc/win32/libisc.def.in
lib/isc/win32/socket.c