From 80911bc26a44fd29eb311edbba7eb926d4eee1b8 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Thu, 31 Jan 2019 04:25:38 +0100 Subject: 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 --- lib/subdir.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/subdir.am') 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 \ -- cgit v1.2.3