Build and run regression and unit tests as C++ programs
[urcu.git] / tests / regression / rcutorture.h
index ac5348cd465f004179839b14986e91e0781d7125..639fcfc19cb2bfe33f765629dd233af04e35267d 100644 (file)
@@ -290,7 +290,7 @@ struct rcu_stress {
        int mbtest;
 };
 
-struct rcu_stress rcu_stress_array[RCU_STRESS_PIPE_LEN] = { { 0 } };
+struct rcu_stress rcu_stress_array[RCU_STRESS_PIPE_LEN] = { { 0, 0 } };
 struct rcu_stress *rcu_stress_current;
 int rcu_stress_idx = 0;
 
This page took 0.022683 seconds and 4 git commands to generate.