aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/litmus/fdso.h4
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
30struct inode_obj_id { 32struct inode_obj_id {