]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add DEBUG_LEASE_STATE_TRANSITIONS
authorTed Lemon <source@isc.org>
Mon, 16 Apr 2001 22:17:58 +0000 (22:17 +0000)
committerTed Lemon <source@isc.org>
Mon, 16 Apr 2001 22:17:58 +0000 (22:17 +0000)
includes/site.h

index 53a916764909b42fbfa2f86cc9ae5ad39c713a3b..d103ef09b30ac4abf6ced07aebbb534060ce1f51 100644 (file)
 
 /* #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
    that changed reference counts on objects.   This can be used to debug
    cases where an object is dereferenced too often, or not often enough. */