From: Vladimír Čunát Date: Mon, 15 Oct 2018 09:24:26 +0000 (+0200) Subject: doc: add missing link to queue X-Git-Tag: v3.1.0~10^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e310bf297f27755d5e4b64df80292755280abb2f;p=thirdparty%2Fknot-resolver.git doc: add missing link to queue --- diff --git a/lib/generic/README.rst b/lib/generic/README.rst index 7b3219495..7adff863a 100644 --- a/lib/generic/README.rst +++ b/lib/generic/README.rst @@ -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).