From: Thomas Markwalder Date: Wed, 27 Apr 2016 11:41:47 +0000 (-0400) Subject: [4303] Added commentary in dhcp4_srv.h X-Git-Tag: trac4106_update_base~36^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7bf36660d56ff915088e4a76b096643a66bd220;p=thirdparty%2Fkea.git [4303] Added commentary in dhcp4_srv.h --- diff --git a/src/bin/dhcp4/dhcp4_srv.h b/src/bin/dhcp4/dhcp4_srv.h index 477da8cf49..525c828c50 100644 --- a/src/bin/dhcp4/dhcp4_srv.h +++ b/src/bin/dhcp4/dhcp4_srv.h @@ -139,8 +139,10 @@ private: /// @brief Set host identifiers within a context. /// - /// This method sets an order list of host identifier types and + /// This method sets an ordered list of host identifier types and /// values which the server should use to find host reservations. + /// The order of the set is determined by the configuration parameter, + /// host-reservation-identifiers void setHostIdentifiers(); /// @brief Pointer to the allocation engine used by the server.