2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 04:57:52 +00:00

[#892] minor changes

This commit is contained in:
Razvan Becheriu 2020-02-07 11:11:17 +02:00
parent d53ab4351b
commit bc19ae29e7
2 changed files with 4 additions and 4 deletions

View File

@ -62,5 +62,5 @@ MultiThreadingUtil::maxThreadQueueSize() {
return 4;
}
} // dhcp
} // isc
} // namespace dhcp
} // namespace isc

View File

@ -58,6 +58,6 @@ public:
static uint32_t maxThreadQueueSize();
};
}
}
} // namespace dhcp
} // namespace isc
#endif // MULTI_THREADING_UTIL_H