diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-08-08 14:41:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-08 14:41:07 +0200 |
commit | 76eb017923497a173815c47cdb6f9852efd5bcb5 (patch) | |
tree | 5574246fe9b64ef908d40b30e5285068cf6690b8 /lib/subdir.am | |
parent | Merge pull request #4763 from opensourcerouting/ds-work (diff) | |
parent | lib: RCU (diff) | |
download | frr-76eb017923497a173815c47cdb6f9852efd5bcb5.tar.xz frr-76eb017923497a173815c47cdb6f9852efd5bcb5.zip |
Merge pull request #4497 from opensourcerouting/rcu
RCU support
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 3754d270a..2be7537bc 100644 --- a/lib/subdir.am +++ b/lib/subdir.am @@ -21,6 +21,7 @@ lib_libfrr_la_SOURCES = \ lib/distribute.c \ lib/ferr.c \ lib/filter.c \ + lib/frrcu.c \ lib/frrlua.c \ lib/frr_pthread.c \ lib/frrstr.c \ @@ -160,6 +161,7 @@ pkginclude_HEADERS += \ lib/frrlua.h \ lib/frr_pthread.h \ lib/frratomic.h \ + lib/frrcu.h \ lib/frrstr.h \ lib/getopt.h \ lib/graph.h \ |