commit | 8a027ccb3841b3d8eaec0bf4aba8fe3931e1fff8 | [log] [tgz] |
---|---|---|
author | Baptiste Assmann <bedis9@gmail.com> | Fri Jul 03 11:03:33 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jul 21 23:24:16 2015 +0200 |
tree | 75f5376ce221390a85d2b9a57489bd7548b80472 | |
parent | fac9ccfb705702f211f99e67d5f5d5129002086a [diff] |
MINOR: proxy: bit field for proxy_find_best_match diff status function proxy_find_best_match can update the caller by updating an int provided in argument. For now, proxy_find_best_match hardcode bit values 0x01, 0x02 and 0x04, which is not understandable when reading a code exploiting them. This patch defines 3 macros with a more explicit wording, so further reading of a code exploiting the magic bit values will be understandable more easily.