commit | d75d40e9a8ef55a533742282854965b41f17ad3d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Aug 04 17:25:58 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Aug 06 11:00:34 2015 +0200 |
tree | 3aa01e0a65b480378e33f4940c6a3dcf6fdccb3d | |
parent | 600802aef0b2df278142c24968627e1dd242f24c [diff] |
MINOR: connection: add a new list member in the connection struct This list member will be used to attach a connection to a list of idle, reusable or queued connections. It's unused for now. Given that it's not expected to be used more than a few times per session, the member was put after the target, in the area starting at the second cache line of the structure.