diff options
author | Sven Dziadek <s9svdzia@stud.uni-saarland.de> | 2012-04-16 15:18:09 -0400 |
---|---|---|
committer | Bjoern Brandenburg <bbb@mpi-sws.org> | 2012-07-23 05:57:59 -0400 |
commit | aced1a8244189e4016b1fdef249b3297c09f626d (patch) | |
tree | 8188dbfb0708530c2e9c2763a729e58b2f3f5113 /include | |
parent | 16c1fb2d4ac691e941456a084284020c63fce93a (diff) |
P-FP: make PCP available to userspace
Prior to that it was only used internally for DPCP
Diffstat (limited to 'include')
-rw-r--r-- | include/litmus/fdso.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/litmus/fdso.h b/include/litmus/fdso.h index 2b0537ce7260..f2115b83f1e4 100644 --- a/include/litmus/fdso.h +++ b/include/litmus/fdso.h | |||
@@ -24,7 +24,9 @@ typedef enum { | |||
24 | MPCP_VS_SEM = 3, | 24 | MPCP_VS_SEM = 3, |
25 | DPCP_SEM = 4, | 25 | DPCP_SEM = 4, |
26 | 26 | ||
27 | MAX_OBJ_TYPE = 4 | 27 | PCP_SEM = 5, |
28 | |||
29 | MAX_OBJ_TYPE = 5 | ||
28 | } obj_type_t; | 30 | } obj_type_t; |
29 | 31 | ||
30 | struct inode_obj_id { | 32 | struct inode_obj_id { |