2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-02 23:15:20 +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 Added multi_threading_compatible function in hooks to retrieve
the compatibility with multi-threading. This function is called the compatibility with multi-threading. This function is called
when the library is loaded and if it reports 0 (incompatible) and when the library is loaded and if it reports 0 (incompatible) and
multi-threading is enabled, then the library will be ignored. multi-threading is enabled, then the configuration will be
The absence of this function from the library defaults to rejected. The absence of this function from the library defaults
incompatibility with multi-threading. All hooks and premium hooks to incompatibility with multi-threading. All hooks and premium
must be updated to be able to be used with multi-threading. hooks must be updated to be able to be used with multi-threading.
However, not all libraries are (or will ever be) compatible. However, not all libraries are (or will ever be) compatible.
(Gitlab #947) (Gitlab #947)