]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#93,!63] Added @todo in the ServerSelector header file.
authorMarcin Siodelski <marcin@isc.org>
Thu, 18 Oct 2018 11:06:04 +0000 (13:06 +0200)
committerMarcin Siodelski <marcin@isc.org>
Thu, 18 Oct 2018 11:35:08 +0000 (13:35 +0200)
src/lib/database/server_selector.h

index 4d1e07191fae1832c03221794336aac777bc83ac..c53a235ae4d62305be62915539df6af6287e8ee3 100644 (file)
@@ -37,6 +37,11 @@ namespace db {
 /// @c BaseConfigBackendPool and in objects derived from
 /// @c BaseConfigBackend to indicate which servers the specific calls
 /// exposed by these objects refer to.
+///
+/// @todo Add server selector for selecting only those configuration
+/// elements that are associated with all servers (and not with any
+/// particular server tags). Translating this to SQL queries it would
+/// probably be an empty or non-existing server tag.
 class ServerSelector {
 public: