]> git.ipfire.org Git - thirdparty/dhcp.git/commit - includes/config.h.in
[master] Add support for manipulating lease queues via a binary search.
authorShawn Routhier <sar@isc.org>
Wed, 27 May 2015 20:17:46 +0000 (13:17 -0700)
committerShawn Routhier <sar@isc.org>
Wed, 27 May 2015 20:17:46 +0000 (13:17 -0700)
commit3933e2aa5183d4602c4fffee4f2ae0d9ca25df99
tree20ec7a7ababacdb01dcf061eef90a7432c70eb04
parent4136513e59b6906e585eac0f0fd88706bdefcb5b
[master] Add support for manipulating lease queues via a binary search.

Add support for manipluating the queues holding leaes for time
based events (free, backup, active, expired, abandoned and reserved)
via a binary search instead of walking through the linked list.
18 files changed:
RELNOTES
configure
configure.ac
includes/config.h.in
includes/dhcpd.h
includes/site.h
server/Makefile.am
server/Makefile.in
server/confpars.c
server/dhcp.c
server/dhcpd.c
server/failover.c
server/leasechain.c [new file with mode: 0644]
server/mdb.c
server/omapi.c
server/tests/Makefile.am
server/tests/Makefile.in
server/tests/leaseq_unittest.c [new file with mode: 0644]