diff options
-rw-r--r-- | src/lib/dhcpsrv/lease.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/dhcpsrv/lease.h b/src/lib/dhcpsrv/lease.h index 9257206e34..8644554e9a 100644 --- a/src/lib/dhcpsrv/lease.h +++ b/src/lib/dhcpsrv/lease.h @@ -162,6 +162,9 @@ struct Lease { /// remains in a single state, but it is possible set multiple states /// for a single lease. In this case, multiple bits of this bitfield /// will be set. + /// + /// The defined states are represented by the "STATE_*" constants + /// belonging to this class. uint32_t state_; /// @brief Convert Lease to Printable Form |