commit | f7ba77eb807a5511dbb115634b2e2781dfe83384 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jul 18 14:21:40 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Nov 20 20:45:43 2017 +0100 |
tree | b86182c3d9cb8c34e64eefc9f2f338a5bafdae8d | |
parent | 98409e34cab8df0285a7135348867ec7bc064c00 [diff] |
MINOR: threads/plock: rename local variables in macros to avoid conflicts [ plock commit b155d5c762fb9a9793911881f80e61faa6b0e889 ] Local variables "l", "i" and "ret" were renamed "__pl_l", "__pl_i" and "__pl_r" respectively, to limit the risk of conflicts with existing variables in application code.