From ad6403fe186889fd934c7dcb495b1ffb60fae09f Mon Sep 17 00:00:00 2001 From: Bjoern Brandenburg Date: Wed, 19 Mar 2014 16:35:23 +0100 Subject: Add support for the DFLP Just add the ID and symbol. --- include/litmus.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/litmus.h b/include/litmus.h index 5a5461f..0e3b69e 100644 --- a/include/litmus.h +++ b/include/litmus.h @@ -157,7 +157,8 @@ typedef enum { MPCP_VS_SEM = 3, /**< Multiprocessor Priority Ceiling Protocol with Virtual Spinning */ DPCP_SEM = 4, /**< Distributed Priority Ceiling Protocol */ - PCP_SEM = 5, /**< Priority Ceiling Protocol */ + PCP_SEM = 5, /**< Priority Ceiling Protocol */ + DFLP_SEM = 6, /**< Distributed FIFO Locking Protocol */ } obj_type_t; /** -- cgit v1.2.2