]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: connection: add conn_get_src() and conn_get_dst()
authorWilly Tarreau <w@1wt.eu>
Wed, 17 Jul 2019 08:48:33 +0000 (10:48 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 19 Jul 2019 11:50:09 +0000 (13:50 +0200)
commit2e34c1145868e5303ed842ea5a3e52b71cdbe82f
treee47e3c770fb135cbf8fcbdd3f6fa0d2712df5e4d
parent03627245c67216bb003912df42150ec1401cd716
MINOR: connection: add conn_get_src() and conn_get_dst()

These functions currently are the same as conn_get_from_addr() and
conn_get_to_addr() respectively except that they return a status for
the operation that the caller can test.
include/proto/connection.h