From: Alan T. DeKok Date: Sun, 11 Aug 2024 13:44:22 +0000 (-0400) Subject: for simplicity, put rb node into dedup context X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=458d6053adea683263d42b72802763ad56733f5c;p=thirdparty%2Ffreeradius-server.git for simplicity, put rb node into dedup context --- diff --git a/src/lib/bio/dedup.c b/src/lib/bio/dedup.c index 3b3348d2aba..471a0191f11 100644 --- a/src/lib/bio/dedup.c +++ b/src/lib/bio/dedup.c @@ -98,6 +98,8 @@ struct fr_bio_dedup_entry_s { uint8_t *reply; //!< reply cached by the application size_t reply_size; //!< size of the cached reply + fr_rb_node_t dedup; //!< user managed dedup node + union { struct { fr_rb_node_t node; //!< for the expiry timers