From: Donald Sharp Date: Thu, 8 Aug 2019 12:41:07 +0000 (-0400) Subject: Merge pull request #4497 from opensourcerouting/rcu X-Git-Tag: base_7.2~75 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=76eb017923497a173815c47cdb6f9852efd5bcb5;p=matthieu%2Ffrr.git Merge pull request #4497 from opensourcerouting/rcu RCU support --- 76eb017923497a173815c47cdb6f9852efd5bcb5 diff --cc lib/thread.c index f862ce5eb0,0436f31c3d..5756ebc1f9 --- a/lib/thread.c +++ b/lib/thread.c @@@ -25,8 -25,10 +25,9 @@@ #include "thread.h" #include "memory.h" + #include "frrcu.h" #include "log.h" #include "hash.h" -#include "pqueue.h" #include "command.h" #include "sigevent.h" #include "network.h"