diff options
author | Francis Dupont <fdupont@isc.org> | 2020-05-30 10:22:07 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2020-05-30 10:22:07 +0200 |
commit | 8319dd16e63cf6b0a08387891630541a29823b56 (patch) | |
tree | ef03e2dbcc4b57b8b02da23cf56a63cb89b710df /src/lib/hooks/hooks_user.dox | |
parent | [#1255] Made parking lot(s) thread safe (diff) | |
download | kea-8319dd16e63cf6b0a08387891630541a29823b56.tar.xz kea-8319dd16e63cf6b0a08387891630541a29823b56.zip |
[#1255] Added ChangeLog entry
Diffstat (limited to 'src/lib/hooks/hooks_user.dox')
-rw-r--r-- | src/lib/hooks/hooks_user.dox | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/hooks/hooks_user.dox b/src/lib/hooks/hooks_user.dox index 8e3859a52f..bdcd9093f4 100644 --- a/src/lib/hooks/hooks_user.dox +++ b/src/lib/hooks/hooks_user.dox @@ -265,8 +265,7 @@ If you'd like to check the address family too it is returned in DHCP servers by isc::dhcp::CfgMgr::instance().getFamily() declared in dhcpsrv/cfgmgr.h with AF_INET and AF_INET6 values. -@subsubsection hooksdgMultiThreadingCompatibleFunction The -"multi_threading_compatible" function +@subsubsection hooksdgMultiThreadingCompatibleFunction The "multi_threading_compatible" function "multi_threading_compatible" is used by the hooks framework to check if the libraries it is loading are compatible with the DHCPv4 or DHCPv6 |