commit | a477150fd7ceba3af3d4db64bcf924f8a8f2da6c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Apr 06 11:46:58 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Apr 07 18:18:37 2021 +0200 |
tree | 4ca70576b1f97938a945278fbc718883b69e916e | |
parent | 1db427399c995a474c531a85e648af18033682b2 [diff] |
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.