]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc: add missing link to queue
authorVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 15 Oct 2018 09:24:26 +0000 (11:24 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 15 Oct 2018 09:24:26 +0000 (11:24 +0200)
lib/generic/README.rst

index 7b32194957759d0f3ea1264f2d0c312417e919ea..7adff863a423194d5de0a5e46a2c23bb3a9cb1cd 100644 (file)
@@ -7,6 +7,7 @@ doesn't allow custom allocation scheme. BSD-licensed (or compatible) code is all
 as long as it comes with a test case in `tests/test_generics.c`.
 
 * array_ - a set of simple macros to make working with dynamic arrays easier.
+* queue_ - a FIFO + LIFO queue.
 * map_ - a `Crit-bit tree`_ key-value map implementation (public domain) that comes with tests.
 * set_ - set abstraction implemented on top of ``map`` (unused now).
 * pack_ - length-prefixed list of objects (i.e. array-list).