]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
fixup lru list presence boolean.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 26 May 2020 06:46:36 +0000 (08:46 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 26 May 2020 06:46:36 +0000 (08:46 +0200)
services/outside_network.h

index 9290864a6031445b5954e3540e80dba073eeec26..0230829a8705c2d9b27f5146ab94f433deb7294d 100644 (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