mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-05 22:39:35 -05:00
fixup lru list presence boolean.
This commit is contained in:
parent
a83f5d7260
commit
1a6cc6e5dc
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue