Add missing Busy label
This commit is contained in:
parent
a90768c1d4
commit
e838d687f0
@ -126,6 +126,7 @@ static const struct pcf_value_label nanos6_thread_type[] = {
|
||||
|
||||
static const struct pcf_value_label nanos6_worker_idle[] = {
|
||||
{ ST_WORKER_IDLE, "Idle" },
|
||||
{ ST_WORKER_BUSY, "Busy" },
|
||||
{ -1, NULL },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user