diff options
author | Marcin Siodelski <marcin@isc.org> | 2018-04-27 13:35:24 +0200 |
---|---|---|
committer | Marcin Siodelski <marcin@isc.org> | 2018-04-27 13:35:24 +0200 |
commit | 050f91156f7f41493d2d7bd7def6f952c880b4d4 (patch) | |
tree | 81d81f149a14a02013f0c714f3dddd7002ca2e67 /src/lib/dhcpsrv/alloc_engine.h | |
parent | [5458] Eliminated extraneous Pkt6Ptr arguments in calls to processX funcs. (diff) | |
download | kea-050f91156f7f41493d2d7bd7def6f952c880b4d4.tar.xz kea-050f91156f7f41493d2d7bd7def6f952c880b4d4.zip |
[5458] Removed ClientContext6::committed_ flag.
Diffstat (limited to 'src/lib/dhcpsrv/alloc_engine.h')
-rw-r--r-- | src/lib/dhcpsrv/alloc_engine.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/dhcpsrv/alloc_engine.h b/src/lib/dhcpsrv/alloc_engine.h index e16dc6a311..7c761ba6d3 100644 --- a/src/lib/dhcpsrv/alloc_engine.h +++ b/src/lib/dhcpsrv/alloc_engine.h @@ -365,10 +365,6 @@ public: /// (if true). bool rev_dns_update_; - /// @brief A boolean value which indicates that server must - /// invoke the leases committed callout (if true). - bool committed_; - /// @brief Hostname. /// /// The server retrieves the hostname from the Client FQDN option, |