]> git.puffer.fish Git - matthieu/frr.git/commit
lib: add DECLARE_DLIST (double-linked list)
authorDavid Lamparter <equinox@diac24.net>
Sun, 12 May 2019 10:05:44 +0000 (12:05 +0200)
committerDavid Lamparter <equinox@diac24.net>
Tue, 21 May 2019 03:18:16 +0000 (05:18 +0200)
commitfdad523b547e68a2170a7e5fec4bad98222cb9a0
treebf0014f90aa6898279ed83af44fc4814f04359e0
parent01734da376d0ed6ce355f27e4d19b5496f8ae94f
lib: add DECLARE_DLIST (double-linked list)

Turns out we need one of these.  Same API as DECLARE_LIST, but deleting
random items is much faster.

Signed-off-by: David Lamparter <equinox@diac24.net>
doc/developer/lists.rst
lib/typesafe.h