wfstack: make cds_wfs_empty argument const
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 12 Jun 2024 20:24:33 +0000 (16:24 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 12 Jun 2024 20:25:23 +0000 (16:25 -0400)
commitc4a5a2ff58023b16d354fc4b056226c3f959566a
tree720c5fc76f3dbfde739759c8fbcec6b6e8ae0093
parent4004aa467ec4198aed8825122ba1ae2822fd7979
wfstack: make cds_wfs_empty argument const

cds_wfs_empty doesn't modify its argument. Hence, it can be
marked as `const`.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Ie125d66296eefecfeb20a8a297b5eb04b42034a2
include/urcu/static/wfstack.h
include/urcu/wfstack.h
src/wfstack.c
This page took 0.024829 seconds and 4 git commands to generate.