]> git.proxmox.com Git - mirror_frr.git/commit
lib: typesafe rb-tree
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 31 Jan 2019 03:25:38 +0000 (04:25 +0100)
committerDavid Lamparter <equinox@diac24.net>
Sat, 27 Apr 2019 16:22:38 +0000 (18:22 +0200)
commit80911bc26a44fd29eb311edbba7eb926d4eee1b8
tree4c3ccaeecdd2425a9fbd795747ad146e4cfff302
parentabd71baa2e75444248299be81cbebdac1bdd2fc3
lib: typesafe rb-tree

Typesafe red-black tree, built out of the OpenBSD implementation and the
macro soup layered on top.  API compatible with skiplists & simple
lists.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/subdir.am
lib/typerb.c [new file with mode: 0644]
lib/typerb.h [new file with mode: 0644]
lib/typesafe.h