Willy Tarreau d75d40e9a8 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.
2015-08-06 11:00:34 +02:00
..
2015-02-28 23:12:32 +01:00
2009-01-25 13:49:53 +01:00
2015-07-22 00:48:24 +02:00