X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=doc%2Frcu-api.md;h=e8ec0228731361b17d558f1236c6e61dea63ad05;hp=ea316d1119028a24d5945ac331f553e87093955a;hb=5b46e39d0e4d2592853c7bfc11add02b1101c04b;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); ```