commit | 2e34c1145868e5303ed842ea5a3e52b71cdbe82f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Jul 17 10:48:33 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jul 19 13:50:09 2019 +0200 |
tree | e47e3c770fb135cbf8fcbdd3f6fa0d2712df5e4d | |
parent | 03627245c67216bb003912df42150ec1401cd716 [diff] |
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.