X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu-defer-static.h;h=593f9a8bb18e4c04422fb5b74c18bedda0d1d84c;hp=427f3d34d7aa04c5a56db02140815bfd4a1d949b;hb=3644b3ee9ca6a858cf733579012ef595d652dcdf;hpb=2c22932bff02d0124579d70c67695ce2a439006a diff --git a/urcu-defer-static.h b/urcu-defer-static.h index 427f3d3..593f9a8 100644 --- a/urcu-defer-static.h +++ b/urcu-defer-static.h @@ -32,8 +32,10 @@ #include #include -#include -#include +#include +#include +#include +#include /* @@ -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 */