]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1016] minor changes
authorRazvan Becheriu <razvan@isc.org>
Thu, 27 Feb 2020 11:54:06 +0000 (13:54 +0200)
committerRazvan Becheriu <razvan@isc.org>
Fri, 6 Mar 2020 11:05:59 +0000 (13:05 +0200)
src/lib/util/multi_threading_mgr.h

index 856e7b231ea59208869d50f74cf8f1af47b5775a..168905e63632b9a352735bd6bd904a1a20e923e0 100644 (file)
@@ -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_;