X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lfstack.c;h=30f1daaeeeeca66b93eb1c49b9c26a74f70d5da1;hb=6303a62a6f1d8879b64986328a6c4d051c919b77;hp=db2c2cf97cf1dfd3559deb2a77e13c12de542ffe;hpb=7294103b4caaa3487a362ae9925faa7f6821e0b3;p=userspace-rcu.git diff --git a/lfstack.c b/lfstack.c index db2c2cf..30f1daa 100644 --- a/lfstack.c +++ b/lfstack.c @@ -40,6 +40,11 @@ void cds_lfs_init(struct cds_lfs_stack *s) _cds_lfs_init(s); } +void cds_lfs_destroy(struct cds_lfs_stack *s) +{ + _cds_lfs_destroy(s); +} + bool cds_lfs_empty(struct cds_lfs_stack *s) { return _cds_lfs_empty(s);