]> pd.if.org Git - nbds/blob - include/rcu.h
work in progress
[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
8 void rcu_update (void);
9 void rcu_defer_free (void *x);
10
11 #endif//RCU_H