mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-02 15:05:16 +00:00
[#947] addressed review
This commit is contained in:
@@ -183,4 +183,11 @@ int unload() {
|
|||||||
return (0);
|
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"
|
} // end extern "C"
|
||||||
|
Reference in New Issue
Block a user