From: Francis Dupont Date: Wed, 25 Nov 2015 10:36:04 +0000 (+0100) Subject: [4097a] Added the CfgOptionList explaination to its declaration X-Git-Tag: trac4204fd_base~2^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=525a66ecee522c85219cba6e57e7b2d5e9c41290;p=thirdparty%2Fkea.git [4097a] Added the CfgOptionList explaination to its declaration --- diff --git a/src/bin/dhcp4/dhcp4_srv.h b/src/bin/dhcp4/dhcp4_srv.h index ab50d8dc50..a604ae75a6 100644 --- a/src/bin/dhcp4/dhcp4_srv.h +++ b/src/bin/dhcp4/dhcp4_srv.h @@ -153,7 +153,9 @@ private: Pkt4Ptr resp_; /// @brief Context for use with allocation engine. AllocEngine::ClientContext4Ptr context_; - /// @brief Configured option list for appending otions. + /// @brief Configured option list. + /// @note The configured option list is an *ordered* list of + /// @c CfgOption objects used to append options to the response. CfgOptionList cfg_option_list_; };