From: Ted Lemon Date: Mon, 16 Apr 2001 22:17:58 +0000 (+0000) Subject: Add DEBUG_LEASE_STATE_TRANSITIONS X-Git-Tag: V3-RC1~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c1a8943d134c83bba16f95c83ee6b8943ebdcf0;p=thirdparty%2Fdhcp.git Add DEBUG_LEASE_STATE_TRANSITIONS --- diff --git a/includes/site.h b/includes/site.h index 53a916764..d103ef09b 100644 --- a/includes/site.h +++ b/includes/site.h @@ -52,6 +52,10 @@ /* #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. */