call_rcu: Add missing call_rcu_before_fork and call_rcu_after_fork_parent declarations
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 5 Dec 2011 20:49:57 +0000 (15:49 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 5 Dec 2011 20:49:57 +0000 (15:49 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
urcu-call-rcu.h

index 8df44ef3adfc35bc4f2da2379c0241fc4db05aae..b109f4e4d16f250b1f5fdcb2e01e196f3539f238 100644 (file)
@@ -86,6 +86,8 @@ int set_cpu_call_rcu_data(int cpu, struct call_rcu_data *crdp);
 int create_all_cpu_call_rcu_data(unsigned long flags);
 void free_all_cpu_call_rcu_data(void);
 
+void call_rcu_before_fork(void);
+void call_rcu_after_fork_parent(void);
 void call_rcu_after_fork_child(void);
 
 #ifdef __cplusplus 
This page took 0.024793 seconds and 4 git commands to generate.