From 6fe1cd7fb79f5ed6bef504daa98b333f450d668c Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Mon, 4 Nov 2019 15:53:07 +0100 Subject: [PATCH] [970-implement-multi-threading-critical-section] Finished first version --- src/lib/dhcpsrv/multi_threading_utils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/dhcpsrv/multi_threading_utils.h b/src/lib/dhcpsrv/multi_threading_utils.h index 3245244d48..0c5e66b975 100644 --- a/src/lib/dhcpsrv/multi_threading_utils.h +++ b/src/lib/dhcpsrv/multi_threading_utils.h @@ -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. -- 2.47.2