summaryrefslogtreecommitdiff
path: root/includes/site.h
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2015-05-27 13:17:46 -0700
committerShawn Routhier <sar@isc.org>2015-05-27 13:17:46 -0700
commit3933e2aa5183d4602c4fffee4f2ae0d9ca25df99 (patch)
tree20ec7a7ababacdb01dcf061eef90a7432c70eb04 /includes/site.h
parent4136513e59b6906e585eac0f0fd88706bdefcb5b (diff)
downloadisc-dhcp-3933e2aa5183d4602c4fffee4f2ae0d9ca25df99.tar.gz
[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.
Diffstat (limited to 'includes/site.h')
-rw-r--r--includes/site.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/site.h b/includes/site.h
index bbc0c918..f11fefbf 100644
--- a/includes/site.h
+++ b/includes/site.h
@@ -111,6 +111,9 @@
/* Define this if you want to debug the host part of the inform processing */
/* #define DEBUG_INFORM_HOST */
+/* Define this if you want to debug the binary leases (lease_chain) code */
+/* #define DEBUG_BINARY_LEASES */
+
/* Define this if you want DHCP failover protocol support in the DHCP
server. */