]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#947] addressed review
authorRazvan Becheriu <razvan@isc.org>
Wed, 12 Feb 2020 15:47:17 +0000 (17:47 +0200)
committerRazvan Becheriu <razvan@isc.org>
Wed, 19 Feb 2020 16:54:55 +0000 (16:54 +0000)
src/hooks/dhcp/bootp/bootp_callouts.cc

index 7a3fda37ec690ccc9aaadc26e45dca85fb2cdb47..f505329687a16910b85d47c17f2690a16097ff30 100644 (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"