summaryrefslogtreecommitdiffstats
path: root/src/lib/http/client.h
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2021-04-08 14:52:34 +0200
committerThomas Markwalder <tmark@isc.org>2021-04-08 14:59:48 +0200
commitaa91e4250d78613531aaba8ce7f4e7eb1d56b04f (patch)
treee34f248161db7ade575267618da5396548b716f9 /src/lib/http/client.h
parent[#1732] Addressed more review comments. (diff)
downloadkea-aa91e4250d78613531aaba8ce7f4e7eb1d56b04f.tar.xz
kea-aa91e4250d78613531aaba8ce7f4e7eb1d56b04f.zip
[#1732] More formatting nits.
Diffstat (limited to 'src/lib/http/client.h')
-rw-r--r--src/lib/http/client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/http/client.h b/src/lib/http/client.h
index 900bc53ba5..4fd3c319e9 100644
--- a/src/lib/http/client.h
+++ b/src/lib/http/client.h
@@ -272,12 +272,12 @@ public:
/// @brief Fetches the maximum size of the thread pool.
///
- /// @return maximum size of the thread pool.
+ /// @return the maximum size of the thread pool.
uint16_t getThreadPoolSize() const;
/// @brief Fetches the number of threads in the pool.
///
- /// @return number of running threads.
+ /// @return the number of running threads.
uint16_t getThreadCount() const;
private: