diff options
author | Marcin Siodelski <marcin@isc.org> | 2016-06-01 17:35:44 +0200 |
---|---|---|
committer | Marcin Siodelski <marcin@isc.org> | 2016-06-01 17:35:44 +0200 |
commit | b76f35a9a2cf0fbd305e3137810d5bdb61b36146 (patch) | |
tree | cc06b03c2e0b933882d420b71c5058d3593eda2e /src/lib/dhcpsrv/writable_host_data_source.h | |
parent | [4281] Addressed further review comments. (diff) | |
download | kea-b76f35a9a2cf0fbd305e3137810d5bdb61b36146.tar.xz kea-b76f35a9a2cf0fbd305e3137810d5bdb61b36146.zip |
[4281] Fixed trivial doxygen errors.
Diffstat (limited to 'src/lib/dhcpsrv/writable_host_data_source.h')
-rw-r--r-- | src/lib/dhcpsrv/writable_host_data_source.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/dhcpsrv/writable_host_data_source.h b/src/lib/dhcpsrv/writable_host_data_source.h index 0dbee11629..e30d36ef8c 100644 --- a/src/lib/dhcpsrv/writable_host_data_source.h +++ b/src/lib/dhcpsrv/writable_host_data_source.h @@ -46,6 +46,7 @@ public: /// for a specified identifier. This method may return multiple hosts /// because a particular client may have reservations in multiple subnets. /// + /// @param identifier_type Identifier type. /// @param identifier_begin Pointer to a begining of a buffer containing /// an identifier. /// @param identifier_len Identifier length. |