X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=doc%2Frcu-api.md;fp=doc%2Frcu-api.md;h=e8ec0228731361b17d558f1236c6e61dea63ad05;hp=ea316d1119028a24d5945ac331f553e87093955a;hb=ceb592f99ca8e4c92bd4fa3fe03d59ff975536bd;hpb=fdfad81006c2c964781b616f0a75578507be809c 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); ```