From: Mathieu Desnoyers Date: Fri, 12 Oct 2012 13:30:15 +0000 (-0400) Subject: lfstack: implement empty, pop_all and iterators, document API X-Git-Tag: v0.8.0~179 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=7294103b4caaa3487a362ae9925faa7f6821e0b3;hp=7294103b4caaa3487a362ae9925faa7f6821e0b3;p=userspace-rcu.git lfstack: implement empty, pop_all and iterators, document API We are changing the ABI by adding a mutex into struct cds_lfs_stack. This ABI has never been exposed in a release so far, so we can change it. Signed-off-by: Mathieu Desnoyers ---