]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[970-implement-multi-threading-critical-section] Finished first version
authorFrancis Dupont <fdupont@isc.org>
Mon, 4 Nov 2019 14:53:07 +0000 (15:53 +0100)
committerFrancis Dupont <fdupont@isc.org>
Tue, 5 Nov 2019 14:28:59 +0000 (15:28 +0100)
src/lib/dhcpsrv/multi_threading_utils.h

index 3245244d4898b433b5c3b5af675ba46f9f3d6d39..0c5e66b9759b727a83bc6db65b34ba7ff12a2341 100644 (file)
@@ -16,11 +16,11 @@ namespace dhcp {
 /// When called from a thread of the pool it can deadlock.
 
 /// @brief Function stopping and joining all threads of the pool.
-/// #throw isc::NotImplemented until is implemented.
+/// @throw isc::NotImplemented until is implemented.
 void stop_pkt_processing();
 
 /// @brief Function (re)starting threads of the pool.
-/// #throw isc::NotImplemented until is implemented.
+/// @throw isc::NotImplemented until is implemented.
 void start_pkt_processing();
 
 /// @brief RAII class creating a critical section.