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

[#893] enable command line parameters

This commit is contained in:
Razvan Becheriu
2020-03-16 17:42:45 +02:00
parent c991f87a82
commit cd334bd557
8 changed files with 48 additions and 20 deletions

View File

@@ -713,5 +713,7 @@ configureDhcp4Server(Dhcpv4Srv& server, isc::data::ConstElementPtr config_set,
return (answer);
}
}; // end of isc::dhcp namespace
}; // end of isc namespace
int srv_thread_count = -1;
} // namespace dhcp
} // namespace isc