mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-21 20:35:06 +00:00
SF#3503267: VxWorks OS prio is not set in standard constructor
This commit is contained in:
@@ -124,7 +124,7 @@ protected:
|
|||||||
pCallbackTarget(0),
|
pCallbackTarget(0),
|
||||||
task(0),
|
task(0),
|
||||||
prio(PRIO_NORMAL_IMPL),
|
prio(PRIO_NORMAL_IMPL),
|
||||||
osPrio(0),
|
osPrio(127),
|
||||||
done(false),
|
done(false),
|
||||||
stackSize(POCO_THREAD_STACK_SIZE)
|
stackSize(POCO_THREAD_STACK_SIZE)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user