2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-09-02 23:35:23 +00:00

Add DEBUG_LEASE_STATE_TRANSITIONS

This commit is contained in:
Ted Lemon
2001-04-16 22:17:58 +00:00
parent e540864ef1
commit 9c1a8943d1

View File

@@ -52,6 +52,10 @@
/* #define DEBUG_MALLOC_POOL */ /* #define DEBUG_MALLOC_POOL */
/* Define this if you want to see a message every time a lease's state
changes. */
/* #define DEBUG_LEASE_STATE_TRANSITIONS */
/* Define this if you want to maintain a history of the last N operations /* Define this if you want to maintain a history of the last N operations
that changed reference counts on objects. This can be used to debug that changed reference counts on objects. This can be used to debug
cases where an object is dereferenced too often, or not often enough. */ cases where an object is dereferenced too often, or not often enough. */