fixup lru list presence boolean.

This commit is contained in:
W.C.A. Wijngaards 2020-05-26 08:46:36 +02:00
parent a83f5d7260
commit 1a6cc6e5dc

View file

@ -244,6 +244,8 @@ struct reuse_tcp {
* TODO
*/
struct reuse_tcp* next, *prev;
/** true if the reuse_tcp item is on the lru list with empty items */
int item_on_lru_list;
/** the connection to reuse, the fd is non-1 and is open.
* the addr and port determine where the connection is going,
* and is key to the rbtree. The SSL ptr determines if it is