X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=include%2Furcu%2Fflavor.h;h=d2d19f6c80df002439bfc6f8331c82b4126bee09;hp=411fefbe3173c67615f046e6b61bbd15cb3e7178;hb=6bcce2356ba83372b1ca481ace59f5d489e269f2;hpb=4477a87021ffbfbfdb2a2084d05a084171343d36 diff --git a/include/urcu/flavor.h b/include/urcu/flavor.h index 411fefb..d2d19f6 100644 --- a/include/urcu/flavor.h +++ b/include/urcu/flavor.h @@ -27,6 +27,8 @@ extern "C" { #endif +struct rcu_head; + struct urcu_atfork { void (*before_fork)(void *priv); void (*after_fork_parent)(void *priv);