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

[#3315] use stopAndPoll

This commit is contained in:
Razvan Becheriu
2024-04-22 20:46:43 +03:00
parent 47eb08fa5c
commit a0707133f8
68 changed files with 204 additions and 455 deletions

View File

@@ -937,8 +937,9 @@ configureDhcp4Server(Dhcpv4Srv& server, isc::data::ConstElementPtr config_set,
return (notify_libraries);
}
/// Let postponed hook initializations to run.
/// Let postponed hook initializations run.
try {
// Handle events registered by hooks using external IOService objects.
IOServiceMgr::instance().pollIOServices();
} catch (const std::exception& ex) {
std::ostringstream err;