]> pd.if.org Git - nbds/blob - include/rcu.h
dd3f121299834568331a7c23c592675481376baa
[nbds] / include / rcu.h
1 /* 
2  * Written by Josh Dybnis and released to the public domain, as explained at
3  * http://creativecommons.org/licenses/publicdomain
4  */
5 #ifndef RCU_H
6 #define RCU_H
7 void rcu_thread_init (int thread_id);
8 void rcu_update (void);
9 void nbd_defer_free (void *x);
10 #endif//RCU_H