From 9ff88a1f21d037acd6d77a8449c0a4196abe492c Mon Sep 17 00:00:00 2001 From: Razvan Becheriu Date: Mon, 7 Dec 2020 16:12:16 +0200 Subject: [PATCH] [#1375] added TimerMgr entry in the thread safety tab of the documentation --- src/lib/dhcpsrv/libdhcpsrv.dox | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/dhcpsrv/libdhcpsrv.dox b/src/lib/dhcpsrv/libdhcpsrv.dox index 6024ae6590..01872fd9d2 100644 --- a/src/lib/dhcpsrv/libdhcpsrv.dox +++ b/src/lib/dhcpsrv/libdhcpsrv.dox @@ -478,4 +478,6 @@ for configuration are not thread safe. Exceptions are: - last allocated members of subnets are Kea thread safe. + - timer manager functions are Kea thread safe. + */