]> git.ipfire.org Git - thirdparty/bind9.git/commit
temporarily move ISC_QUEUE to list.h
authorEvan Hunt <each@isc.org>
Tue, 5 Nov 2019 21:18:37 +0000 (13:18 -0800)
committerEvan Hunt <each@isc.org>
Thu, 7 Nov 2019 19:55:37 +0000 (11:55 -0800)
commit64e1a4a398736f7ab8a40414eb5c43005f8e142e
tree18674a6a9fa78666c49d90ab927dbba0943552dd
parentaa57fa709085411ac9afb6bd1b71c362bfb7e55d
temporarily move ISC_QUEUE to list.h

The double-locked queue implementation is still currently in use
in ns_client, but will be replaced by a fetch-and-add array queue.
This commit moves it from queue.h to list.h so that queue.h can be
used for the new data structure, and clean up dependencies between
list.h and types.h. Later, when the ISC_QUEUE is no longer is use,
it will be removed completely.
14 files changed:
lib/dns/include/dns/fixedname.h
lib/isc/app.c
lib/isc/include/isc/buffer.h
lib/isc/include/isc/event.h
lib/isc/include/isc/list.h
lib/isc/include/isc/queue.h
lib/isc/include/isc/result.h
lib/isc/include/isc/sockaddr.h
lib/isc/include/isc/types.h
lib/isc/include/pk11/result.h
lib/isc/tests/queue_test.c
lib/ns/client.c
lib/ns/include/ns/client.h
lib/ns/notify.c