X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Fwfstack.h;h=34ddb3f3e665465aa22b83fff4d7a2cdf8a7d385;hp=03fee8fb63f74bb3ca8a110e0c8eb971e5ba6937;hb=150fc1bb007cfbbca35914b4c2890494d87ec489;hpb=07bd1a22e2ae42578d2a1854de8430cd1af13227 diff --git a/urcu/wfstack.h b/urcu/wfstack.h index 03fee8f..34ddb3f 100644 --- a/urcu/wfstack.h +++ b/urcu/wfstack.h @@ -103,6 +103,7 @@ struct cds_wfs_stack { */ #define cds_wfs_first _cds_wfs_first #define cds_wfs_next_blocking _cds_wfs_next_blocking +#define cds_wfs_next_nonblocking _cds_wfs_next_nonblocking /* Pop locking with internal mutex */ #define cds_wfs_pop_lock _cds_wfs_pop_lock @@ -110,6 +111,7 @@ struct cds_wfs_stack { /* Synchronization ensured by the caller. See synchronization table. */ #define __cds_wfs_pop_blocking ___cds_wfs_pop_blocking +#define __cds_wfs_pop_nonblocking ___cds_wfs_pop_nonblocking #define __cds_wfs_pop_all ___cds_wfs_pop_all #else /* !_LGPL_SOURCE */