haproxy/include
Baptiste Assmann 8a027ccb38 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.
2015-07-21 23:24:16 +02:00
..
common BUILD/MINOR: tools: rename popcount to my_popcountl 2015-07-02 11:32:25 +02:00
import MEDIUM: 51Degrees code refactoring and cleanup 2015-06-30 10:43:03 +02:00
proto MINOR: stream-int: only use si_release_endpoint() to release a connection 2015-07-19 19:14:10 +02:00
types MINOR: proxy: bit field for proxy_find_best_match diff status 2015-07-21 23:24:16 +02:00