commit | 9378df89f65b2fa8b6effb6dfbe7a4de70b53702 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Sep 05 16:11:03 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Sep 05 16:30:17 2018 +0200 |
tree | 94477b67d32870541c7d99ae2f890d8bc2fe5df1 | |
parent | f16cb41d19ace1c09f24fac112142f3cc950d73a [diff] |
MINOR: thread: implement HA_ATOMIC_XADD() We've been missing it several times and now we'll need it to increment a request counter. Let's do it once for all. This patch will need to be backported to 1.8 with the associated fix.