mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-22 03:11:32 +01: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.