X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=lfstack.c;h=30f1daaeeeeca66b93eb1c49b9c26a74f70d5da1;hb=93aee570e96c48843659caa12667ff7157734532;hp=db2c2cf97cf1dfd3559deb2a77e13c12de542ffe;hpb=96bd49dfcb6476da907cf7ebd9e245014879e9f2;p=urcu.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);