]> git.kaiwu.me - haproxy.git/commit
CLEANUP: atomic: make all standard add/or/and/sub operations return void
authorWilly Tarreau <w@1wt.eu>
Tue, 6 Apr 2021 09:46:58 +0000 (11:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 7 Apr 2021 16:18:37 +0000 (18:18 +0200)
commita477150fd7ceba3af3d4db64bcf924f8a8f2da6c
tree4ca70576b1f97938a945278fbc718883b69e916e
parent1db427399c995a474c531a85e648af18033682b2
CLEANUP: atomic: make all standard add/or/and/sub operations return void

In order to make sure these ones will not be used anymore in an expression,
let's make them always void. New callers will now be forced to use the
explicit _FETCH variant if required.
include/haproxy/atomic.h