Add missing Busy label

This commit is contained in:
Rodrigo Arias 2023-03-08 18:10:58 +01:00 committed by Rodrigo Arias Mallo
parent a90768c1d4
commit e838d687f0

View File

@ -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 },
};