diff options
author | Marcin Siodelski <marcin@isc.org> | 2015-08-28 16:55:11 +0200 |
---|---|---|
committer | Marcin Siodelski <marcin@isc.org> | 2015-08-28 16:55:11 +0200 |
commit | 6c2e664d58cddbc9d3f7b541766d78bfe4511663 (patch) | |
tree | 406f6753e81ea601ba3309e501f9a549a82cedb9 /src/lib/dhcpsrv/lease.h | |
parent | [3965] Removed unused fields from the Lease structures. (diff) | |
download | kea-6c2e664d58cddbc9d3f7b541766d78bfe4511663.tar.xz kea-6c2e664d58cddbc9d3f7b541766d78bfe4511663.zip |
[3965] Updated description of the state_ field to reference constants.
Diffstat (limited to 'src/lib/dhcpsrv/lease.h')
-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 |