lfstack: make cds_lfs_empty argument const
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 12 Jun 2024 20:42:51 +0000 (16:42 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 12 Jun 2024 20:42:51 +0000 (16:42 -0400)
commit394e05562167dfe9a28bb634b625149d01bba82e
tree70ecc3bc3789f22ea662ff29a26773c6a652aead
parentc07754115fc26ba7157c70e013b2e3c73236c657
lfstack: make cds_lfs_empty argument const

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

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