wfstack: add nonblocking to _LGPL_SOURCE API
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 20 Jan 2013 21:59:36 +0000 (16:59 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 20 Jan 2013 23:02:09 +0000 (18:02 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
urcu/wfstack.h

index 03fee8fb63f74bb3ca8a110e0c8eb971e5ba6937..34ddb3f3e665465aa22b83fff4d7a2cdf8a7d385 100644 (file)
@@ -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 */
This page took 0.025256 seconds and 4 git commands to generate.