summaryrefslogtreecommitdiffstats
path: root/lib/subdir.am
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2019-01-31 04:25:38 +0100
committerDavid Lamparter <equinox@diac24.net>2019-04-27 18:22:38 +0200
commit80911bc26a44fd29eb311edbba7eb926d4eee1b8 (patch)
tree4c3ccaeecdd2425a9fbd795747ad146e4cfff302 /lib/subdir.am
parentlib: typesafe lists, skiplist & hash (diff)
downloadfrr-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.am2
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 \