Skip to content

Commit

Permalink
lib/frrcu: make C++ compatible
Browse files Browse the repository at this point in the history
... 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>
  • Loading branch information
eqvinox committed Apr 21, 2020
1 parent 5d6299d commit 6127ec9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/frrcu.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

#include "memory.h"
#include "atomlist.h"
#include "seqlock.h"

/* quick RCU primer:
* There's a global sequence counter. Whenever a thread does a
Expand Down

0 comments on commit 6127ec9

Please sign in to comment.