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

[#947] addressed review

This commit is contained in:
Razvan Becheriu
2020-02-12 17:47:17 +02:00
parent 59296c370f
commit e5aeaa1f30

View File

@@ -183,4 +183,11 @@ int unload() {
return (0);
}
/// @brief This function is called to retrieve the multi-threading compatibility.
///
/// @return 1 which means compatible with multi-threading.
int multi_threading_compatible() {
return (1);
}
} // end extern "C"