diff options
-rw-r--r-- | include/litmus.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/litmus.h b/include/litmus.h index f99ccec..b9dbdb5 100644 --- a/include/litmus.h +++ b/include/litmus.h | |||
@@ -42,9 +42,9 @@ extern "C" { | |||
42 | 42 | ||
43 | /** | 43 | /** |
44 | * @private | 44 | * @private |
45 | * Number of semaphore protocol object types | 45 | * The numeric ID of the LITMUS^RT scheduling class. |
46 | */ | 46 | */ |
47 | #define SCHED_LITMUS 6 | 47 | #define SCHED_LITMUS 7 |
48 | 48 | ||
49 | /** | 49 | /** |
50 | * Initialise a real-time task param struct | 50 | * Initialise a real-time task param struct |