From: Razvan Becheriu Date: Thu, 27 Feb 2020 11:54:06 +0000 (+0200) Subject: [#1016] minor changes X-Git-Tag: Kea-1.7.6~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d965699ef8307e0cffff37908b9470ef55d27694;p=thirdparty%2Fkea.git [#1016] minor changes --- diff --git a/src/lib/util/multi_threading_mgr.h b/src/lib/util/multi_threading_mgr.h index 856e7b231e..168905e636 100644 --- a/src/lib/util/multi_threading_mgr.h +++ b/src/lib/util/multi_threading_mgr.h @@ -133,7 +133,7 @@ private: /// @ref MultiThreadingCriticalSection, the thread pool should not be /// started until the section is over. /// This also handles multiple interleaved sections. - int override_; + uint32_t override_; /// @brief The configured size of the packet thread pool. uint32_t pkt_thread_pool_size_;