]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add isc_queue implementation on top of cds_wfcq
authorOndřej Surý <ondrej@isc.org>
Mon, 25 Mar 2024 11:17:42 +0000 (12:17 +0100)
committerOndřej Surý <ondrej@isc.org>
Wed, 5 Jun 2024 07:19:56 +0000 (09:19 +0200)
commita9b4d423461f1f4e3320653574158c2ecd2df184
treef3202c60220582bad70509255f6798256d2c0859
parent67b95109888750daa6cf14d848fa21710ed9a6bd
Add isc_queue implementation on top of cds_wfcq

Add an isc_queue implementation that hides the gory details of cds_wfcq
into more neat API.  The same caveats as with cds_wfcq.

TODO: Add documentation to the API.
lib/isc/Makefile.am
lib/isc/include/isc/queue.h [new file with mode: 0644]