diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/litmus/rt_param.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/litmus/rt_param.h b/include/litmus/rt_param.h index 26da5f578a6c..d40fdadba62c 100644 --- a/include/litmus/rt_param.h +++ b/include/litmus/rt_param.h | |||
@@ -201,6 +201,7 @@ struct rt_param { | |||
201 | #define RT_F_RUNNING 0x00000000 | 201 | #define RT_F_RUNNING 0x00000000 |
202 | #define RT_F_SLEEP 0x00000001 | 202 | #define RT_F_SLEEP 0x00000001 |
203 | #define RT_F_EXIT_SEM 0x00000008 | 203 | #define RT_F_EXIT_SEM 0x00000008 |
204 | #define RT_F_BLOCK 0x00000010 | ||
204 | 205 | ||
205 | #endif | 206 | #endif |
206 | 207 | ||