commit | f51bac2ba83a27a75ef6bab58bfde6489b999c49 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Jan 30 11:04:29 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jan 30 14:35:24 2018 +0100 |
tree | e1383e8edea3ae1d8279b9af79d50916c05b86df | |
parent | a9786b6f043774f66f23d40cc0cb6317b433bbb3 [diff] |
BUG/MINOR: threads: Update labels array because of changes in lock_label enum Recent changes to the enum were not synchronized with the lock debugging code. Now we use a switch/case instead of an array so that the compiler throws a warning if there is any inconsistency. To be backported to 1.8 (at least to add the START entry).