X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=doc%2Frcu-api.md;h=e8ec0228731361b17d558f1236c6e61dea63ad05;hp=ea316d1119028a24d5945ac331f553e87093955a;hb=aae4fe1d704c7e366395750b60688cab83a7d6a9;hpb=dcb9c05a081e2c8d4fe0250f3700e3efb1200cac diff --git a/doc/rcu-api.md b/doc/rcu-api.md index ea316d1..e8ec022 100644 --- a/doc/rcu-api.md +++ b/doc/rcu-api.md @@ -232,6 +232,8 @@ critical section, or in a section where QSBR threads are online. ```c +void call_rcu_before_fork_parent(void); +void call_rcu_after_fork_parent(void); void call_rcu_after_fork_child(void); ```