mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 07:56:29 +00:00
lib/frrcu: make C++ compatible
... by dropping seqlock.h from the header's includes; it's only needed in the C code in frrcu.c. Signed-off-by: David Lamparter <equinox@diac24.net>
This commit is contained in:
parent
5d6299d7da
commit
6127ec9752
@ -19,7 +19,6 @@
|
|||||||
|
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "atomlist.h"
|
#include "atomlist.h"
|
||||||
#include "seqlock.h"
|
|
||||||
|
|
||||||
/* quick RCU primer:
|
/* quick RCU primer:
|
||||||
* There's a global sequence counter. Whenever a thread does a
|
* There's a global sequence counter. Whenever a thread does a
|
||||||
|
Loading…
Reference in New Issue
Block a user