RCU dereference check if within read-side critical section
[userspace-rcu.git] / urcu.c
diff --git a/urcu.c b/urcu.c
index ae3490f7cb2cdc1f7cdb1d26f77c0ee22620e9eb..d86cb6cad2a646ae27608429512a3b971ebd435a 100644 (file)
--- a/urcu.c
+++ b/urcu.c
@@ -441,6 +441,8 @@ int rcu_read_ongoing(void)
        return _rcu_read_ongoing();
 }
 
+
+
 void rcu_register_thread(void)
 {
        URCU_TLS(rcu_reader).tid = pthread_self();
This page took 0.021801 seconds and 4 git commands to generate.