mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 12:52:42 +02:00
The new addrcmp() protocol member points to the function to be used to compare two addresses of the same family. When picking an FD from a previous process, we can now use the address specific address comparison functions instead of having to rely on a local implementation. This will help move that code to a more central place.