Introduce a highest priority job for critical thread services

This commit is contained in:
Martin Willi
2011-05-16 15:24:15 +02:00
parent 4cf6f101d8
commit 1c8f58adb9
2 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -15,7 +15,8 @@
#include "job.h"
ENUM(job_priority_names, JOB_PRIO_HIGH, JOB_PRIO_LOW,
ENUM(job_priority_names, JOB_PRIO_CRITICAL, JOB_PRIO_LOW,
"critical",
"high",
"medium",
"low",