2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 22:15:23 +00:00

[392-search-of-reservations-by-hostname] Addressed some comments

This commit is contained in:
Francis Dupont
2019-10-14 16:30:18 +02:00
parent a9b5fc5646
commit fbaa30d93d
6 changed files with 30 additions and 0 deletions

View File

@@ -187,6 +187,8 @@ public:
/// This method returns all @c Host objects which represent reservations
/// using a specified hostname.
///
/// PostgreSQL uses the hosts_by_hostname index on LOWER(hostname).
///
/// @param hostname The lower case hostname.
///
/// @return Collection of const @c Host objects.