From ceb592f99ca8e4c92bd4fa3fe03d59ff975536bd Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 26 Jun 2018 19:43:48 -0400 Subject: [PATCH] Update documentation for call_rcu before/after fork Signed-off-by: Mathieu Desnoyers --- doc/rcu-api.md | 2 ++ 1 file changed, 2 insertions(+) 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); ``` -- 2.34.1