]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] add socket address length to the protocols
authorWilly Tarreau <w@1wt.eu>
Sun, 28 Oct 2007 11:09:45 +0000 (12:09 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 28 Oct 2007 11:09:45 +0000 (12:09 +0100)
commit106bf274c4e6dfea3ea1895a19ebf0a0ab16c771
treef7806ce5e2034e4c59c614ac451c348c207040d5
parentbd578bbe1a73e656b7297d416e47635bea4c5045
[MINOR] add socket address length to the protocols

The protocol struct can be more useful if it also provides
address lengths. Add sock_addrlen, as used by bind(), as
well as l3_addrlen for hashes.
include/types/protocols.h
src/proto_uxst.c