]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3965] Updated description of the state_ field to reference constants.
authorMarcin Siodelski <marcin@isc.org>
Fri, 28 Aug 2015 14:55:11 +0000 (16:55 +0200)
committerMarcin Siodelski <marcin@isc.org>
Fri, 28 Aug 2015 14:55:11 +0000 (16:55 +0200)
src/lib/dhcpsrv/lease.h

index 9257206e34a990b047cb6e282741f92aed5eb9f2..8644554e9ab8bfecf9374b805fcd635d0bb88b40 100644 (file)
@@ -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