2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[#947] updated ChangeLog

This commit is contained in:
Razvan Becheriu
2020-02-21 18:37:00 +02:00
parent efca825ddd
commit a455790703

View File

@@ -19,10 +19,10 @@
Added multi_threading_compatible function in hooks to retrieve
the compatibility with multi-threading. This function is called
when the library is loaded and if it reports 0 (incompatible) and
multi-threading is enabled, then the library will be ignored.
The absence of this function from the library defaults to
incompatibility with multi-threading. All hooks and premium hooks
must be updated to be able to be used with multi-threading.
multi-threading is enabled, then the configuration will be
rejected. The absence of this function from the library defaults
to incompatibility with multi-threading. All hooks and premium
hooks must be updated to be able to be used with multi-threading.
However, not all libraries are (or will ever be) compatible.
(Gitlab #947)