]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
make the dlist offset point to the parent structure
authorAlan T. DeKok <aland@freeradius.org>
Tue, 5 Apr 2022 22:35:29 +0000 (18:35 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 7 Apr 2022 15:23:37 +0000 (11:23 -0400)
commite123eec3ea7c826c4db4cd6d7b558b61035b1e40
tree96b681978cede87ae34481d973ac5c7df7a77724
parent444a469666abb834b4dc9ae1627742cd38cdd6ca
make the dlist offset point to the parent structure

instead of pointing to the fr_tlist_t.  That way we can just
use the dlist functions, and get the enclosing structure.

As a bonus, it's also a lot less code.
src/lib/util/tlist.h