diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2019-01-31 04:25:38 +0100 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2019-04-27 18:22:38 +0200 |
commit | 80911bc26a44fd29eb311edbba7eb926d4eee1b8 (patch) | |
tree | 4c3ccaeecdd2425a9fbd795747ad146e4cfff302 /lib/subdir.am | |
parent | lib: typesafe lists, skiplist & hash (diff) | |
download | frr-80911bc26a44fd29eb311edbba7eb926d4eee1b8.tar.xz frr-80911bc26a44fd29eb311edbba7eb926d4eee1b8.zip |
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>
Diffstat (limited to 'lib/subdir.am')
-rw-r--r-- | lib/subdir.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/subdir.am b/lib/subdir.am index d60ebc5d9..7e9ee9078 100644 --- a/lib/subdir.am +++ b/lib/subdir.am @@ -80,6 +80,7 @@ lib_libfrr_la_SOURCES = \ lib/table.c \ lib/termtable.c \ lib/thread.c \ + lib/typerb.c \ lib/typesafe.c \ lib/vector.c \ lib/vrf.c \ @@ -209,6 +210,7 @@ pkginclude_HEADERS += \ lib/table.h \ lib/termtable.h \ lib/thread.h \ + lib/typerb.h \ lib/typesafe.h \ lib/vector.h \ lib/vlan.h \ |