From: W.C.A. Wijngaards Date: Tue, 26 May 2020 06:46:36 +0000 (+0200) Subject: fixup lru list presence boolean. X-Git-Tag: release-1.13.0rc1~5^2~84 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a6cc6e5dc12069c0a9b06a8c59f366535b2f654;p=thirdparty%2Funbound.git fixup lru list presence boolean. --- diff --git a/services/outside_network.h b/services/outside_network.h index 9290864a6..0230829a8 100644 --- a/services/outside_network.h +++ b/services/outside_network.h @@ -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