24 uint32_t thread_count = 0;
25 uint32_t queue_size = 0;
32 uint32_t& thread_count, uint32_t& queue_size) {
37 if (value->get(
"enable-multi-threading")) {
41 if (value->get(
"thread-pool-size")) {
45 if (value->get(
"packet-queue-size")) {
static bool getBoolean(isc::data::ConstElementPtr scope, const std::string &name)
Returns a boolean parameter from a scope.
static int64_t getInteger(isc::data::ConstElementPtr scope, const std::string &name)
Returns an integer parameter from a scope.
static void apply(data::ConstElementPtr value)
apply multi threading configuration
static void extract(data::ConstElementPtr value, bool &enabled, uint32_t &thread_count, uint32_t &queue_size)
Extract multi-threading parameters from a given configuration.
static MultiThreadingMgr & instance()
Returns a single instance of Multi Threading Manager.
boost::shared_ptr< const Element > ConstElementPtr
Defines the logger used by the top-level component of kea-lfc.