]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
Minmax heap (#4290)
authorJames Jones <jejones3141@gmail.com>
Fri, 29 Oct 2021 13:23:55 +0000 (08:23 -0500)
committerGitHub <noreply@github.com>
Fri, 29 Oct 2021 13:23:55 +0000 (09:23 -0400)
commitd2f0cee36faa678153cac0a251925e5704af5fe3
treef1674b3e752e2d45313e318bd02d7eb0b677529d
parent41cb3d2296172905ec07066822ac888cb1510083
Minmax heap (#4290)

* Add minmax_heap type

* Add minmax_heap type

* Add minmax_heap type
src/lib/io/worker.c
src/lib/server/trunk.c
src/lib/util/all.mk
src/lib/util/libfreeradius-util.mk
src/lib/util/minmax_heap.c [new file with mode: 0644]
src/lib/util/minmax_heap.h [new file with mode: 0644]
src/lib/util/minmax_heap_tests.c [new file with mode: 0644]
src/lib/util/minmax_heap_tests.mk [new file with mode: 0644]