]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#145] addressed review comments
authorRazvan Becheriu <razvan@isc.org>
Fri, 26 May 2023 12:19:16 +0000 (15:19 +0300)
committerRazvan Becheriu <razvan@isc.org>
Fri, 26 May 2023 15:40:53 +0000 (18:40 +0300)
src/lib/dhcpsrv/memfile_lease_mgr.cc

index 62ac6c4f1cd4e66f6fec34445a31198c2e9af611..a4b8bda20dcea72e092fa17cffea4bd0bffe920e 100644 (file)
@@ -393,6 +393,7 @@ public:
         }
     }
 
+private:
     /// @brief Creates the IPv4 lease statistical data result set
     ///
     /// The result set is populated by iterating over the IPv4 leases in
@@ -610,7 +611,6 @@ public:
         next_pos_ = rows_.begin();
     }
 
-private:
     /// @brief The Memfile storage containing the IPv4 leases to analyze
     Lease4Storage& storage4_;
 };
@@ -686,6 +686,7 @@ public:
         }
     }
 
+private:
     /// @brief Creates the IPv6 lease statistical data result set
     ///
     /// The result set is populated by iterating over the IPv6 leases in
@@ -963,7 +964,6 @@ public:
         next_pos_ = rows_.begin();
     }
 
-private:
     /// @brief The Memfile storage containing the IPv6 leases to analyze
     Lease6Storage& storage6_;
 };