Restrict supported arch ot P6+ on Intel x86 32.
[urcu.git] / urcu-defer-static.h
index dd875ca66b75cdac02f21a9a6eba5a4ce9693796..b27cfe156b6c99d3dc8ec0ef4a14540601632a21 100644 (file)
@@ -34,6 +34,8 @@
 
 #include <urcu/compiler.h>
 #include <urcu/arch.h>
+#include <urcu/uatomic_arch.h>
+#include <urcu/list.h>
 
 
 /*
@@ -120,6 +122,9 @@ struct defer_queue {
        unsigned long tail;     /* next element to remove at tail */
        void *last_fct_out;     /* last fct pointer encoded */
        void **q;
+       /* registry information */
+       unsigned long last_head;
+       struct list_head list;  /* list of thread queues */
 };
 
 #endif /* _URCU_DEFER_STATIC_H */
This page took 0.022665 seconds and 4 git commands to generate.