]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1016] added doxygen
authorRazvan Becheriu <razvan@isc.org>
Sat, 7 Mar 2020 18:21:27 +0000 (20:21 +0200)
committerRazvan Becheriu <razvan@isc.org>
Sat, 7 Mar 2020 18:21:27 +0000 (20:21 +0200)
src/lib/util/multi_threading_mgr.h

index baced1ab61455844591891a5adaa7324807e37c4..a130907949c711e8f68941484dae3fb2c32605e3 100644 (file)
@@ -71,6 +71,7 @@ public:
     /// When entering @ref MultiThreadingCriticalSection, increment internal
     /// counter so that any configuration change that might start the packet
     /// thread pool is delayed until exiting the respective section.
+    /// If the internal counter is 0, then stop the thread pool.
     void enterCriticalSection();
 
     /// @brief Exit critical section.
@@ -78,6 +79,7 @@ public:
     /// When exiting @ref MultiThreadingCriticalSection, decrement internal
     /// counter so that the packet thread pool can be started according to the
     /// new configuration.
+    /// If the internal counter is 0, then start the thread pool.
     void exitCriticalSection();
 
     /// @brief Is in critical section flag.