diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2011-04-15 04:02:44 -0400 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2011-04-15 04:02:44 -0400 |
commit | 4ff76e7063c0ebbd616e92079468ddfce133cb4d (patch) | |
tree | 13bd059c58fd7052d226844b8fe9be51461daef3 /include | |
parent | 0317947a4d7fa886d90ec500444446894726f680 (diff) |
Support for chains of blocking tasks.
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 | ||